Home
last modified time | relevance | path

Searched refs:ForEachElement (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc50 ForEachElement( in IsAmbiguous()
60 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct()
79 ForEachElement( in CreateFlattenedSet()
88 ForEachElement([&found, &buffer](const ShapeIndex& /*index*/, in ContainsBuffer()
185 points_to_set.ForEachElement(
337 operand_points_to_set.ForEachElement( in HandleSend()
371 operand_points_to_set.ForEachElement( in HandleTuple()
506 .ForEachElement([buffers, instruction]( in GatherBuffersDefinedByInstruction()
580 points_to_set.ForEachElement([&prefix, &output]( in InstructionToString()
Dhlo_input_output_alias_config.cc56 alias_.ForEachElement( in ToProto()
123 alias_.ForEachElement( in ParameterAliasKind()
136 alias_.ForEachElement( in GetAliasedOutput()
154 alias_.ForEachElement( in ForEachAlias()
Dshaped_buffer_test.cc133 output.buffers().ForEachElement([&](const xla::ShapeIndex& sub_index, in TEST()
141 sb.buffers().ForEachElement( in TEST()
Dtuple_points_to_analysis.h124 void ForEachElement(const Fn& fn) const { in ForEachElement() function
125 tree_.ForEachElement([&fn](const ShapeIndex& index, const Elem& elem) { in ForEachElement()
Dhlo_value.cc285 ForEachElement([&out](const ShapeIndex& index, const HloValueSet& value_set) { in ToString()
Dhlo_liveness_analysis.cc55 index_tree.ForEachElement([&](const ShapeIndex& shape_index, bool live) { in ForEachLiveIndex()
Dhlo_memory_scheduler.cc119 points_to_analysis.GetPointsToSet(operand).ForEachElement( in ListScheduler()
Dlayout_assignment.cc109 points_to_analysis_.GetPointsToSet(inst).ForEachElement( in LayoutConstraints()
134 points_to_set.ForEachElement( in GetBufferSet()
Dhlo_dataflow_analysis.cc155 .ForEachElement([this, &instruction, &out]( in ToString()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree_test.cc65 int_tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestShapeConstructor()
73 bool_tree.ForEachElement( in TestShapeConstructor()
91 tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestInitValueConstructor()
107 tree.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TestInitValueConstructor()
163 shape_tree.ForEachElement( in TEST_F()
383 t.ForEachElement([&num_nodes](const ShapeIndex& /*index*/, int data) { in TEST_F()
Dshape_tree.h248 void ForEachElement(const Fn& func) const;
268 ForEachElement([&](const ShapeIndex& index, const T& t) { in Map()
620 void ShapeTree<T>::ForEachElement(const Fn& func) const { in ForEachElement() function
670 ForEachElement([&other, &equal](const ShapeIndex& index, const T& data) {
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc313 ->buffers_.ForEachElement( in MakeSubBuffer()
442 elements.ForEachElement([&](const xla::ShapeIndex& index, in MakeTuple()
461 element.allocation->buffers_.ForEachElement( in MakeTuple()