Home
last modified time | relevance | path

Searched defs:ShapeIndex (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree_test.cc63 int_tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestShapeConstructor()
72 [&num_nodes](const ShapeIndex& /*index*/, bool data) { in TestShapeConstructor()
89 tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestInitValueConstructor()
97 [&num_nodes](const ShapeIndex& /*index*/, int* data) { in TestInitValueConstructor()
105 tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestInitValueConstructor()
157 [&sum](const ShapeIndex& /*index*/, int data) { sum += data; }); in TEST_F()
169 [&sum](const ShapeIndex& /*index*/, int* data) { *data = 0; }); in TEST_F()
374 t.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TEST_F()
Dshape_util.h59 ShapeIndex(std::initializer_list<int64> init) : indices_(init) {} in ShapeIndex() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_support_checker.cc32 [&instruction](const Shape& subshape, const ShapeIndex&) { in Run()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_hlo_support_checker.cc32 [&instruction](const Shape& subshape, const ShapeIndex&) { in Run()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc49 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous()
79 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet()
99 const ShapeIndex& index) const { in ContainsBufferAtIndex() argument
Dhlo_cost_analysis.cc422 crs->shape(), [&, this](const Shape& subshape, const ShapeIndex&) { in HandleCrossReplicaSum()
457 [this](const Shape& subshape, const ShapeIndex& /*shape_index*/) { in HandleFusion()
Dheap_simulator.cc42 const PointsToSet::BufferList& points_to) { in UniqueOperandSourceBuffers()
Dhlo_rematerialization.cc1205 const ShapeIndex& /*index*/) { in Run()
Dhlo_graph_dumper.cc1073 [&](const Shape& s, const ShapeIndex&) { in GetInstructionNodeExtraInfo()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc285 &layout_shape, [&](Shape* subshape, const ShapeIndex& /*index*/) { in ComputeAndCompareLiteralWithStatus()
337 &layout_shape, [&](Shape* subshape, const ShapeIndex& /*index*/) { in ComputeAndCompareLiteralWithStatus()
Dliteral_test_util.cc113 &result_shape, [](Shape* subshape, const ShapeIndex&) { in ConvertType()