Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_support_checker.cc31 [&instruction](const Shape& subshape, const ShapeIndex&) { in Run()
Dir_emitter_unnested.cc305 const ShapeIndex& /*index*/) { in GetIndexTypeForKernel()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_hlo_support_checker.cc31 [&instruction](const Shape& subshape, const ShapeIndex&) { in Run()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree_test.cc65 int_tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestShapeConstructor()
74 [&num_nodes](const ShapeIndex& /*index*/, bool data) { in TestShapeConstructor()
91 tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestInitValueConstructor()
99 [&num_nodes](const ShapeIndex& /*index*/, int* data) { in TestInitValueConstructor()
107 tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestInitValueConstructor()
164 [&sum](const ShapeIndex& /*index*/, int data) { sum += data; }); in TEST_F()
176 [](const ShapeIndex& /*index*/, int* data) { *data = 0; }); in TEST_F()
383 t.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TEST_F()
Dshape_util.h68 ShapeIndex(std::initializer_list<int64> init) : indices_(init) {} in ShapeIndex() function
70 ShapeIndex(InputIt start, InputIt end) : indices_(start, end) {} in ShapeIndex() function
Dliteral_util.cc51 &result_shape, [](Shape* subshape, const ShapeIndex&) { in ConvertType()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc223 [&input_size](const Shape& subshape, const ShapeIndex& /*index*/) { in TryHoistingInvariantInstructionsFromWhileBody()
231 [&output_size](const Shape& subshape, const ShapeIndex& /*index*/) { in TryHoistingInvariantInstructionsFromWhileBody()
Dtuple_points_to_analysis.cc51 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous()
60 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct()
80 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet()
98 const ShapeIndex& index) const { in ContainsBufferAtIndex() argument
Doptimize_input_output_buffer_alias_test.cc53 [&](const ShapeIndex&, const HloInputOutputAliasConfig::Alias&) { in AliasCount()
Dhlo_input_output_alias_config.cc124 [&](const xla::ShapeIndex&, absl::optional<Alias> alias) { in ParameterAliasKind()
Dwhile_loop_simplifier.cc603 subshape, [&](const Shape& s, const ShapeIndex& /*index*/) { in UnflattenTupleInstr()
665 [&](const Shape& s, const ShapeIndex& /*index*/) { in TryFlattenNestedTuples()
Ddynamic_dimension_inference.cc397 int64 /*operand_index*/, HloInstruction* dynamic_size) { in HandleSlice()
470 HloInstruction* dynamic_size) { in HandleWhile()
Dhlo_cost_analysis.cc584 [&](const Shape& subshape, const ShapeIndex&) { in HandleAllReduce()
625 [this](const Shape& subshape, const ShapeIndex& /*shape_index*/) { in HandleFusion()
Dhlo_verifier.cc33 shape, [](const Shape& subshape, const ShapeIndex&) -> Status { in VerifyNotSparse()
1056 shape, [&contains_token](const Shape& subshape, const ShapeIndex&) { in ShapeContainsToken()
Dhlo_memory_scheduler.cc121 const PointsToSet::BufferList& buffers) { in ListScheduler()
Dlayout_assignment.cc110 [&](const ShapeIndex&, const PointsToSet::BufferList& buffers) { in LayoutConstraints()
136 const PointsToSet::BufferList& buffers) { in GetBufferSet()
Dhlo_rematerialization.cc1225 const ShapeIndex& /*index*/) { in Run()
Dhlo_graph_dumper.cc1139 [&](const Shape& s, const ShapeIndex&) { in GetInstructionNodeExtraInfo()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc332 &layout_shape, [&](Shape* subshape, const ShapeIndex& /*index*/) { in ComputeAndCompareLiteralWithStatus()
389 &layout_shape, [&](Shape* subshape, const ShapeIndex& /*index*/) { in ComputeAndCompareLiteralWithStatus()
624 [](Shape* subshape, const ShapeIndex&) { in MaybeConvertShapeToBfloat16()