/external/tensorflow/tensorflow/compiler/xla/service/ |
D | implicit_broadcast_remover_test.cc | 66 EXPECT_FALSE(ShapeUtil::Compatible(root->shape(), root->operand(0)->shape())); in TEST_F() 67 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(1)->shape())); in TEST_F() 74 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(0)->shape())); in TEST_F() 75 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(1)->shape())); in TEST_F() 96 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(0)->shape())); in TEST_F() 97 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(1)->shape())); in TEST_F() 118 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(0)->shape())); in TEST_F() 119 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(1)->shape())); in TEST_F() 143 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(0)->shape())); in TEST_F() 144 EXPECT_TRUE(ShapeUtil::Compatible(root->shape(), root->operand(1)->shape())); in TEST_F() [all …]
|
D | hlo_verifier.cc | 116 if (!ShapeUtil::Compatible(outfeed->outfeed_shape(), in HandleOutfeed() 454 ShapeUtil::Compatible(instruction->shape(), inferred_shape); in CheckShape() 480 compatible = ShapeUtil::Compatible(instruction->shape(), inferred_shape); in CheckShape() 488 ShapeUtil::Compatible(instruction->shape(), inferred_shape); in CheckShape() 713 if (!ShapeUtil::Compatible(fused_param->shape(), in CheckFusionInstruction() 785 TF_RET_CHECK(ShapeUtil::Compatible(init->shape(), cond_param->shape())) in Run() 790 TF_RET_CHECK(ShapeUtil::Compatible(cond_root->shape(), in Run() 796 TF_RET_CHECK(ShapeUtil::Compatible(init->shape(), body_param->shape())) in Run() 801 TF_RET_CHECK(ShapeUtil::Compatible(init->shape(), body_root->shape())) in Run()
|
D | user_computation_test.cc | 90 ShapeUtil::Compatible(kScalarShape, program_shape->parameters(0))); in TEST_F() 91 EXPECT_TRUE(ShapeUtil::Compatible(kScalarShape, program_shape->result())); in TEST_F() 117 ShapeUtil::Compatible(kScalarShape, program_shape->parameters(0))); in TEST_F() 118 EXPECT_TRUE(ShapeUtil::Compatible(kScalarShape, program_shape->result())); in TEST_F()
|
D | layout_assignment.cc | 66 DCHECK(ShapeUtil::Compatible(shape_with_layout, instruction->shape())) in CreateCopyWithNewLayout() 160 CHECK(ShapeUtil::Compatible(shape_layout.shape(), in OperandLayoutConstraint() 362 if (!ShapeUtil::Compatible(shape_with_layout, instruction->shape())) { in SetInstructionLayout() 558 DCHECK(ShapeUtil::Compatible(body_layout.result_shape(), in AddMandatoryConstraints() 560 DCHECK(ShapeUtil::Compatible(body_layout.result_shape(), in AddMandatoryConstraints() 562 DCHECK(ShapeUtil::Compatible(body_layout.result_shape(), init->shape())); in AddMandatoryConstraints() 609 DCHECK(ShapeUtil::Compatible(true_operand->shape(), in AddMandatoryConstraints() 611 DCHECK(ShapeUtil::Compatible( in AddMandatoryConstraints() 1320 DCHECK(ShapeUtil::Compatible(fusion_operand->shape(), in SetFusionLayouts() 1328 ShapeUtil::Compatible(fusion->shape(), fused_instruction->shape())); in SetFusionLayouts()
|
D | tuple_simplifier.cc | 84 if (!ShapeUtil::Compatible(top_tuple->shape(), in Run()
|
D | shape_inference.cc | 203 if (!ShapeUtil::Compatible(accumulator_shape, reducer_shape.parameters(0))) { in VerifyReducerShape() 1899 if (!ShapeUtil::Compatible(select_result_shape, in InferSelectAndScatterShape() 2205 if (!ShapeUtil::Compatible(body.result(), condition.parameters(0)) || in InferWhileShape() 2206 !ShapeUtil::Compatible(body.result(), body.parameters(0)) || in InferWhileShape() 2207 !ShapeUtil::Compatible(body.result(), init)) { in InferWhileShape() 2230 if (!ShapeUtil::Compatible(true_computation.parameters(0), true_operand)) { in InferConditionalShape() 2247 if (!ShapeUtil::Compatible(false_computation.parameters(0), false_operand)) { in InferConditionalShape() 2259 if (!ShapeUtil::Compatible(true_computation.result(), in InferConditionalShape() 2388 compatible = ShapeUtil::Compatible(on_true, on_false); in InferSelectShape() 2439 if (!ShapeUtil::Compatible(arg_shape, param_shape)) { in InferCallShape()
|
D | hlo_evaluator.cc | 866 TF_RET_CHECK(ShapeUtil::Compatible(result_shape, inferred_return_shape)) in HandleReverse() 918 CHECK(ShapeUtil::Compatible(result_shape, inferred_return_shape)) in HandleConvolution() 1171 CHECK(ShapeUtil::Compatible(pad->shape(), inferred_return_shape)) in HandlePad() 1237 TF_RET_CHECK(ShapeUtil::Compatible(result_shape, inferred_return_shape)) in HandleDynamicSlice() 1292 TF_RET_CHECK(ShapeUtil::Compatible(result_shape, inferred_return_shape)) in HandleDynamicUpdateSlice() 1298 TF_RET_CHECK(ShapeUtil::Compatible(result_shape, operand->shape())); in HandleDynamicUpdateSlice() 1448 TF_RET_CHECK(ShapeUtil::Compatible(reduce->shape(), inferred_return_shape)) in HandleReduce() 1640 ShapeUtil::Compatible(reduce_window->shape(), inferred_return_shape)) in HandleReduceWindow() 1714 TF_RET_CHECK(ShapeUtil::Compatible(shape, inferred_return_shape)) in HandleSlice() 2413 TF_RET_CHECK(ShapeUtil::Compatible(result_shape, inferred_return_shape)) in HandleGetTupleElement() [all …]
|
D | local_service.cc | 94 if (!ShapeUtil::Compatible(argument_shape, program_shape->parameters(i))) { in CompileExecutable()
|
D | generic_transfer_manager.cc | 114 ShapeUtil::Compatible(literal.shape(), device_buffer.on_host_shape())); in TransferLiteralToDevice()
|
D | hlo_computation.cc | 250 CHECK(ShapeUtil::Compatible(new_root_instruction->shape(), in set_root_instruction() 513 !ShapeUtil::Compatible(instruction->shape(), indices_to_copy->shape())) { in DeepCopyInstruction() 568 ShapeUtil::Compatible(old_instruction->shape(), new_instruction->shape())) in ReplaceInstruction()
|
/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/ |
D | shape_layout.cc | 26 if (!ShapeUtil::Compatible(other_shape, shape_)) { in CopyLayoutFromShape() 36 if (!ShapeUtil::Compatible(*to_shape, shape_)) { in AssignLayoutToShape()
|
D | shape_util_test.cc | 153 ASSERT_TRUE(ShapeUtil::Compatible(shape1, shape2)); in TEST() 170 EXPECT_TRUE(ShapeUtil::Compatible(shape_1, shape_2)); in TEST() 188 EXPECT_FALSE(ShapeUtil::Compatible(shape_1, shape_2)); in TEST() 196 EXPECT_TRUE(ShapeUtil::Compatible(tuple1, tuple2)); in TEST() 212 EXPECT_FALSE(ShapeUtil::Compatible(tuple1, tuple2)); in TEST() 229 EXPECT_FALSE(ShapeUtil::Compatible(tuple1, tuple2)); in TEST() 238 EXPECT_FALSE(ShapeUtil::Compatible(tuple1, tuple2)); in TEST()
|
D | shape_tree_test.cc | 125 EXPECT_TRUE(ShapeUtil::Compatible(array_shape_, shape_tree.shape())); in TEST_F() 152 EXPECT_TRUE(ShapeUtil::Compatible(tuple_shape_, shape_tree.shape())); in TEST_F() 196 EXPECT_TRUE(ShapeUtil::Compatible(nested_tuple_shape_, shape_tree.shape())); in TEST_F()
|
D | literal_util.cc | 303 CHECK(ShapeUtil::Compatible(dest_shape, src_shape)); in CopyElementsBetween() 321 TF_RET_CHECK(ShapeUtil::Compatible(src.subshape(), subshape())); in CopyFrom() 360 if (!ShapeUtil::Compatible(dest_subshape, src_subshape)) { in CopyFrom() 719 CHECK(ShapeUtil::Compatible(shape_with_layout, shape())) in Relayout() 1407 DCHECK(ShapeUtil::Compatible(subshape(), other.subshape())); in EqualElements() 1440 if (!ShapeUtil::Compatible(shape(), other.shape())) { in operator ==()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_convolution_rewriter_test.cc | 274 CHECK(ShapeUtil::Compatible( in TEST_F() 404 CHECK(ShapeUtil::Compatible( in TEST_F() 451 CHECK(ShapeUtil::Compatible( in TEST_F() 504 CHECK(ShapeUtil::Compatible( in TEST_F() 556 CHECK(ShapeUtil::Compatible( in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | while_op.cc | 215 xla::ShapeUtil::Compatible(body_input_shape, cond_input_shape), in Compile() 221 ctx, xla::ShapeUtil::Compatible(body_input_shape, body.xla_output_shape), in Compile() 230 xla::ShapeUtil::Compatible(cond.xla_output_shape, in Compile()
|
/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/tensorflow/tensorflow/compiler/aot/tests/ |
D | tfcompile_test.cc | 455 EXPECT_TRUE(ShapeUtil::Compatible(muladd_shape->parameters(0), f32_2x2)); in TEST() 456 EXPECT_TRUE(ShapeUtil::Compatible(muladd_shape->parameters(1), f32_2x2)); in TEST() 463 EXPECT_TRUE(ShapeUtil::Compatible(muladd_result0, f32_2x2)); in TEST() 466 EXPECT_TRUE(ShapeUtil::Compatible(muladd_result1, f32_2x2)); in TEST()
|
/external/pdfium/third_party/libpng16/ |
D | README.pdfium | 6 License Android Compatible: yes
|
/external/abi-compliance-checker/modules/Internals/ |
D | SysCheck.pm | 801 my $Compatible = 100 - $TestResults{$LName}{"Binary"}{"affected"}; 803 if($Compatible>=90) { 806 elsif($Compatible>=80) { 809 … $SYS_REPORT .= "<td class=\'$Cl\'><a href=\'$BinCompatReport\'>$Compatible%</a></td>\n"; 824 my $Compatible = 100 - $TestResults{$LName}{"Source"}{"affected"}; 826 if($Compatible>=90) { 829 elsif($Compatible>=80) { 832 … $SYS_REPORT .= "<td class=\'$Cl\'><a href=\'$SrcCompatReport\'>$Compatible%</a></td>\n";
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_transfer_manager.cc | 191 TF_RET_CHECK(ShapeUtil::Compatible(received_shape, literal->shape())) in TransferLiteralFromOutfeed() 227 TF_RET_CHECK(ShapeUtil::Compatible(received_shape, literal_shape)) in TransferLiteralFromOutfeed()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.h | 652 static constexpr bool Compatible() { 679 return Compatible<ParamT, ArgT, kShouldStaticAssert, kArgumentNumber>() &&
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 75 Compatible Extensions
|