HomeSort by relevance Sort by last modified time
    Searched defs:shape2 (Results 1 - 12 of 12) sorted by null

  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 47 View shape2 = rootView.findViewById(R.id.floating_shape_2); local
50 * Sets a {@Link View.OnTouchListener} that responds to a touch event on shape2.
52 shape2.setOnTouchListener(new View.OnTouchListener() {
  /developers/samples/android/ui/views/Elevation/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 47 View shape2 = rootView.findViewById(R.id.floating_shape_2); local
50 * Sets a {@Link View.OnTouchListener} that responds to a touch event on shape2.
52 shape2.setOnTouchListener(new View.OnTouchListener() {
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
ElevationBasicFragment.java 47 View shape2 = rootView.findViewById(R.id.floating_shape_2); local
50 * Sets a {@Link View.OnTouchListener} that responds to a touch event on shape2.
52 shape2.setOnTouchListener(new View.OnTouchListener() {
  /external/tensorflow/tensorflow/compiler/xla/service/
reshape_mover_test.cc 527 auto shape2 = ShapeUtil::MakeShape(F32, {8, 7, 1}); local
535 HloInstruction::CreateParameter(2, shape2, "param2"));
537 builder.AddInstruction(HloInstruction::CreateReshape(shape2, param0));
539 builder.AddInstruction(HloInstruction::CreateReshape(shape2, param1));
541 shape2, HloOpcode::kAdd, reshape0, reshape1));
  /external/tensorflow/tensorflow/core/kernels/
segment_reduction_ops_test.cc 55 TensorShape shape2({num_rows});
56 Tensor input2(DataTypeToEnum<Index>::v(), shape2); local
set_kernels.cc 383 Status CheckShapesMatch(VarDimArray shape1, VarDimArray shape2) {
384 if (shape1 != shape2) {
387 str_util::Join(shape2, ","), "]");
394 Status GroupShapeFromInputs(VarDimArray shape1, VarDimArray shape2,
399 TF_RETURN_IF_ERROR(GroupShape(shape2, &group_shape_2));
438 const auto shape2 = TensorShapeToArray(set2_t.shape()); local
439 OP_REQUIRES_OK(ctx, GroupShapeFromInputs(shape1, shape2, &group_shape));
442 const auto set2_strides = Strides(shape2);
  /external/tensorflow/tensorflow/compiler/xla/
shape_util_test.cc 152 Shape shape2 = ShapeUtil::MakeShape(F32, {3, 2}); local
153 ASSERT_TRUE(ShapeUtil::Compatible(shape1, shape2));
175 Shape shape2 = ShapeUtil::MakeShape(F32, {3, 2}); local
176 ASSERT_TRUE(ShapeUtil::CompatibleIgnoringFpPrecision(shape1, shape2));
181 Shape shape2 = ShapeUtil::MakeShape(F32, {2, 2}); local
182 ASSERT_FALSE(ShapeUtil::CompatibleIgnoringFpPrecision(shape1, shape2));
245 Shape shape2 = ShapeUtil::MakeShape(F32, {20, 30}); local
246 shape2.mutable_layout()->add_padded_dimensions(11);
248 EXPECT_FALSE(ShapeUtil::Equal(shape1, shape2));
255 Shape shape2 = ShapeUtil::MakeShape(F32, {20, 30}) local
552 Shape shape2 = ShapeUtil::MakeShape(S32, {3, 1, 12}); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
fusion_test.cc 789 Shape shape2 = ShapeUtil::MakeShape(F32, {param2_dim0, param2_dim1}); local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc 387 const TensorShapeProto& shape2) {
388 if (shape1.unknown_rank() || shape2.unknown_rank()) {
391 if (shape1.dim_size() != shape2.dim_size()) {
395 if (shape1.dim(i).size() != shape2.dim(i).size()) {
398 if (shape1.dim(i).size() == -1 || shape2.dim(i).size() == -1) {
458 BCast::Vec shape2; local
459 if (!ExtractShape(*shape_node2, properties, &shape2, &min_id)) {
470 for (auto& id : shape2) {
480 const int common_dims = std::min(shape1.size(), shape2.size());
482 if (shape1[i] >= 0 && shape2[i] >= 0)
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 664 milliseconds