/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util_test.cc | 88 ASSERT_TRUE(ShapeUtil::Compatible(shape1, shape2)); in TEST() 92 EXPECT_TRUE(ShapeUtil::Compatible(ShapeUtil::MakeTokenShape(), in TEST() 94 EXPECT_FALSE(ShapeUtil::Compatible(ShapeUtil::MakeTokenShape(), in TEST() 96 EXPECT_FALSE(ShapeUtil::Compatible(ShapeUtil::MakeShape(F32, {}), in TEST() 98 EXPECT_TRUE(ShapeUtil::Compatible( in TEST() 140 EXPECT_TRUE(ShapeUtil::Compatible(shape_1, shape_2)); in TEST() 158 EXPECT_FALSE(ShapeUtil::Compatible(shape_1, shape_2)); in TEST() 196 EXPECT_TRUE(ShapeUtil::Compatible(shape_a, shape_a)); in TEST() 197 EXPECT_TRUE(ShapeUtil::Compatible(shape_a, shape_b)); in TEST() 198 EXPECT_FALSE(ShapeUtil::Compatible(shape_a, shape_c)); in TEST() [all …]
|
D | shape_layout.cc | 26 if (!ShapeUtil::Compatible(other_shape, shape_)) { in CopyLayoutFromShape() 36 if (!ShapeUtil::Compatible(*to_shape, shape_)) { in AssignLayoutToShape()
|
D | shape_tree_test.cc | 132 EXPECT_TRUE(ShapeUtil::Compatible(array_shape_, shape_tree.shape())); in TEST_F() 159 EXPECT_TRUE(ShapeUtil::Compatible(tuple_shape_, shape_tree.shape())); in TEST_F() 203 EXPECT_TRUE(ShapeUtil::Compatible(nested_tuple_shape_, shape_tree.shape())); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_jit_compiled_cpu_function_test.cc | 122 EXPECT_TRUE(ShapeUtil::Compatible(program_shape.parameters(0), s32)); in TEST() 123 EXPECT_TRUE(ShapeUtil::Compatible(program_shape.parameters(1), s32)); in TEST() 129 EXPECT_TRUE(ShapeUtil::Compatible(result0, s32)); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_simplifier.cc | 325 ShapeUtil::Compatible(while_init->shape(), while_body_root->shape())); in TryRemoveConstantParams() 364 CHECK(ShapeUtil::Compatible(instr->shape(), while_shape)); in TryRemoveConstantParams() 378 CHECK(ShapeUtil::Compatible(instr->shape(), new_while_shape)); in TryRemoveConstantParams() 657 ShapeUtil::Compatible(while_init->shape(), while_body_root->shape())); in TryFlattenNestedTuples() 690 CHECK(ShapeUtil::Compatible(nested_instr->shape(), while_shape)) in TryFlattenNestedTuples() 784 ShapeUtil::Compatible(while_init->shape(), while_body_root->shape())); in TryMergeInductionVariables() 837 if (!ShapeUtil::Compatible(shape, lhs->shape())) { in TryMergeInductionVariables() 840 if (!ShapeUtil::Compatible(shape, rhs->shape())) { in TryMergeInductionVariables() 867 CHECK(ShapeUtil::Compatible(instr->shape(), new_while_shape)); in TryMergeInductionVariables() 889 CHECK(ShapeUtil::Compatible(old_root->shape(), while_shape)); in TryMergeInductionVariables() [all …]
|
D | layout_assignment.cc | 85 CHECK(ShapeUtil::Compatible(shape_layout.shape(), in OperandLayoutConstraint() 293 if (!ShapeUtil::Compatible(shape_with_layout, instruction->shape())) { in SetInstructionLayout() 562 DCHECK(ShapeUtil::Compatible(body_layout.result_shape(), in AddMandatoryConstraints() 564 DCHECK(ShapeUtil::Compatible(body_layout.result_shape(), in AddMandatoryConstraints() 566 DCHECK(ShapeUtil::Compatible(body_layout.result_shape(), init->shape())); in AddMandatoryConstraints() 614 DCHECK(ShapeUtil::Compatible( in AddMandatoryConstraints() 775 DCHECK(ShapeUtil::Compatible(shape_with_layout, instruction->shape())) in CreateCopyWithNewLayout() 1546 DCHECK(ShapeUtil::Compatible(fusion_operand->shape(), in SetFusionLayouts() 1554 ShapeUtil::Compatible(fusion->shape(), fused_instruction->shape())); in SetFusionLayouts() 1927 ShapeUtil::Compatible(entry_computation_layout_->parameter_shape(i), in Run() [all …]
|
D | tuple_simplifier.cc | 90 if (!ShapeUtil::Compatible(top_tuple->shape(), in Run()
|
D | shape_inference.cc | 111 if (!ShapeUtil::Compatible(*accumulator_subshapes[i], in VerifyReducerShape() 2139 if (!ShapeUtil::Compatible(select_result_shape, in InferSelectAndScatterShape() 2332 if (!ShapeUtil::Compatible(first_index_shape, index_shape)) { in InferDynamicSliceShape() 2439 if (!ShapeUtil::Compatible(first_index_shape, index_shape)) { in InferDynamicUpdateSliceShape() 2543 if (!ShapeUtil::Compatible(body.result(), condition.parameters(0)) || in InferWhileShape() 2544 !ShapeUtil::Compatible(body.result(), body.parameters(0)) || in InferWhileShape() 2545 !ShapeUtil::Compatible(body.result(), init)) { in InferWhileShape() 2577 if (!ShapeUtil::Compatible(branch_computations[j].parameters(0), in InferConditionalShape() 2590 if (!ShapeUtil::Compatible(branch_computations[0].result(), in InferConditionalShape() 2815 if (!ShapeUtil::Compatible(on_true, on_false)) { in InferTupleSelectShape() [all …]
|
D | generic_transfer_manager.cc | 114 ShapeUtil::Compatible(literal.shape(), device_buffer.on_host_shape())); in TransferLiteralToDeviceAsync()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | xla_select_and_scatter_op.cc | 81 xla::ShapeUtil::Compatible(select.xla_output_shape, in Compile() 104 xla::ShapeUtil::Compatible(scatter.xla_output_shape, scalar_shape), in Compile()
|
D | while_op.cc | 170 if (!xla::ShapeUtil::Compatible(body_input_shape, body_output_shape)) { in VerifyBodyInputAndOutputShapeMatch() 434 xla::ShapeUtil::Compatible(body_input_shape, cond_input_shape), in Compile() 454 xla::ShapeUtil::Compatible( in Compile() 457 xla::ShapeUtil::Compatible( in Compile()
|
D | if_op.cc | 161 xla::ShapeUtil::Compatible(then_input_shape, else_input_shape), in Compile() 170 xla::ShapeUtil::Compatible(then_result.xla_output_shape, in Compile()
|
D | xla_reduce_op.cc | 80 xla::ShapeUtil::Compatible(reducer.xla_output_shape, scalar_shape), in Compile()
|
D | case_op.cc | 165 xla::ShapeUtil::Compatible(branch0_input_shape, branch_input_shape), in Compile() 174 xla::ShapeUtil::Compatible(branch_results[0].xla_output_shape, in Compile()
|
D | reduce_window_op.cc | 97 xla::ShapeUtil::Compatible(reducer.xla_output_shape, scalar_shape), in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_rewriter_test.cc | 294 CHECK(ShapeUtil::Compatible( in TEST_F() 430 CHECK(ShapeUtil::Compatible( in TEST_F() 480 CHECK(ShapeUtil::Compatible( in TEST_F() 534 CHECK(ShapeUtil::Compatible( in TEST_F() 589 CHECK(ShapeUtil::Compatible( in TEST_F()
|
D | outfeed_thunk.cc | 45 CHECK(ShapeUtil::Compatible(hlo_instruction()->operand(0)->shape(), in ExecuteOnStream()
|
/external/perfetto/ |
D | README.chromium | 7 License Android Compatible: yes
|
/external/markdown/tests/misc/ |
D | mismatched-tags.txt | 5 <p>And this output</p> *Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8:*
|
/external/pdfium/third_party/libpng16/ |
D | README.pdfium | 6 License Android Compatible: yes
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_transfer_manager.cc | 190 TF_RET_CHECK(ShapeUtil::Compatible(received_shape, literal.shape())) in TransferLiteralFromOutfeed() 216 TF_RET_CHECK(ShapeUtil::Compatible(received_shape, literal_shape)) in TransferLiteralFromOutfeed()
|
/external/u-boot/doc/device-tree-bindings/gpio/ |
D | gpio-samsung.txt | 4 - compatible: Compatible property value should be "samsung,exynos4-gpio>".
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | tfcompile_test.cc | 578 ShapeUtil::Compatible(xla::Shape(muladd_shape->parameters(0)), f32_2x2)); in TEST() 580 ShapeUtil::Compatible(xla::Shape(muladd_shape->parameters(1)), f32_2x2)); in TEST() 587 EXPECT_TRUE(ShapeUtil::Compatible(muladd_result0, f32_2x2)); in TEST() 590 EXPECT_TRUE(ShapeUtil::Compatible(muladd_result1, f32_2x2)); in TEST()
|
/external/u-boot/doc/device-tree-bindings/cpu/ |
D | nios2.txt | 11 - compatible: Compatible property value should be "altr,nios2-1.0" or
|
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.h | 650 static constexpr bool Compatible() { 677 return Compatible<ParamT, ArgT, kShouldStaticAssert, kArgumentNumber>() &&
|