Home
last modified time | relevance | path

Searched refs:Compatible (Results 1 – 25 of 69) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/service/
Dimplicit_broadcast_remover_test.cc66 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 …]
Dhlo_verifier.cc116 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()
Duser_computation_test.cc90 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()
Dlayout_assignment.cc66 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()
Dtuple_simplifier.cc84 if (!ShapeUtil::Compatible(top_tuple->shape(), in Run()
Dshape_inference.cc203 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()
Dhlo_evaluator.cc866 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 …]
Dlocal_service.cc94 if (!ShapeUtil::Compatible(argument_shape, program_shape->parameters(i))) { in CompileExecutable()
Dgeneric_transfer_manager.cc114 ShapeUtil::Compatible(literal.shape(), device_buffer.on_host_shape())); in TransferLiteralToDevice()
Dhlo_computation.cc250 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/
Dxla_jit_compiled_cpu_function_test.cc122 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/
Dshape_layout.cc26 if (!ShapeUtil::Compatible(other_shape, shape_)) { in CopyLayoutFromShape()
36 if (!ShapeUtil::Compatible(*to_shape, shape_)) { in AssignLayoutToShape()
Dshape_util_test.cc153 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()
Dshape_tree_test.cc125 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()
Dliteral_util.cc303 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/
Dcudnn_convolution_rewriter_test.cc274 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/
Dwhile_op.cc215 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/
DREADME.chromium7 License Android Compatible: yes
/external/markdown/tests/misc/
Dmismatched-tags.txt5 <p>And this output</p> *Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8:*
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc455 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/
DREADME.pdfium6 License Android Compatible: yes
/external/abi-compliance-checker/modules/Internals/
DSysCheck.pm801 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/
Dcpu_transfer_manager.cc191 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/
Dkernel.h652 static constexpr bool Compatible() {
679 return Compatible<ParamT, ArgT, kShouldStaticAssert, kArgumentNumber>() &&
/external/markdown/docs/extensions/
DMeta-Data.txt75 Compatible Extensions

123