Home
last modified time | relevance | path

Searched refs:IgnoreLayout (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape.h189 Equal& IgnoreLayout() { in IgnoreLayout() function
Dshape_util.cc655 return Shape::Equal().IgnoreDynamicDimension().IgnoreLayout()(lhs, rhs); in Compatible()
663 .IgnoreLayout()(lhs, rhs); in CompatibleIgnoringElementType()
670 .IgnoreLayout() in CompatibleKind()
680 .IgnoreLayout()(lhs, rhs); in CompatibleIgnoringFpPrecision()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_all_reduce_code_motion.cc444 CHECK(Shape::Equal().IgnoreLayout()(old_buffer->shape(), in CreateSinkedAllReduces()
Dwhile_loop_analysis.cc621 CHECK(Shape::Equal().IgnoreLayout()(cond_result_pred.shape(), in ComputeWhileLoopTripCountUpperBound()
Ddynamic_dimension_inference.cc1674 CHECK(Shape::Equal().IgnoreLayout()(replace->shape(), in ReplaceAllDynamicDimensionUsesWith()
1676 CHECK(Shape::Equal().IgnoreLayout()(with->shape(), in ReplaceAllDynamicDimensionUsesWith()
Dhlo_computation.cc351 if (!Shape::Equal().IgnoreLayout()(new_root_instruction->shape(), in set_root_instruction()
Dhlo_instruction.cc1094 CHECK(Shape::Equal().IgnoreLayout()(shape, ShapeUtil::MakeShape(U32, {}))) in CreateReplicaId()
1102 CHECK(Shape::Equal().IgnoreLayout()(shape, ShapeUtil::MakeShape(U32, {}))) in CreatePartitionId()
Dshape_inference.cc3144 .IgnoreLayout() in InferSelectShape()