Searched refs:ForEachElement (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_points_to_analysis.cc | 53 ForEachElement( in IsAmbiguous() 63 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct() 82 ForEachElement( in CreateFlattenedSet() 91 ForEachElement([&found, &buffer](const ShapeIndex& /*index*/, in ContainsBuffer() 188 points_to_set.ForEachElement( 349 operand_points_to_set.ForEachElement( in HandleCopyDone() 387 operand_points_to_set.ForEachElement( in HandleSend() 421 operand_points_to_set.ForEachElement( in HandleTuple() 586 .ForEachElement([buffers, instruction]( in GatherBuffersDefinedByInstruction() 660 points_to_set.ForEachElement([&prefix, &output]( in InstructionToString()
|
D | hlo_input_output_alias_config.cc | 56 alias_.ForEachElement( in ToProto() 127 alias_.ForEachElement( in ParameterMustAlias() 140 alias_.ForEachElement( in GetAliasedOutput() 159 alias_.ForEachElement( in ForEachAlias()
|
D | shaped_buffer_test.cc | 136 output.buffers().ForEachElement([&](const xla::ShapeIndex& sub_index, in TEST() 144 sb.buffers().ForEachElement( in TEST()
|
D | tuple_points_to_analysis.h | 125 void ForEachElement(const Fn& fn) const { in ForEachElement() function 126 tree_.ForEachElement([&fn](const ShapeIndex& index, const Elem& elem) { in ForEachElement()
|
D | hlo_value.cc | 298 ForEachElement([&out](const ShapeIndex& index, const HloValueSet& value_set) { in ToString()
|
D | hlo_liveness_analysis.cc | 55 index_tree.ForEachElement([&](const ShapeIndex& shape_index, bool live) { in ForEachLiveIndex()
|
D | executable.cc | 96 shaped_buffer.buffers().ForEachElement( in MakeMaybeOwningDeviceMemoryTree()
|
D | hlo_runner.cc | 133 input_buffer.buffers().ForEachElement( in ExecutionInputsFromScopedShapedBuffers()
|
D | hlo_memory_scheduler.cc | 122 points_to_analysis.GetPointsToSet(operand).ForEachElement( in ListScheduler()
|
D | layout_assignment.cc | 114 points_to_analysis_.GetPointsToSet(inst).ForEachElement( in LayoutConstraints() 139 points_to_set.ForEachElement( in GetBufferSet()
|
D | hlo_dataflow_analysis.cc | 201 .ForEachElement([this, &instruction, &out]( in ToString()
|
D | dynamic_dimension_inference.cc | 1380 dynamic_output_mapping.ForEachElement( in HandleConditional()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree_test.cc | 65 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()
|
D | shape_tree.h | 249 void ForEachElement(const Fn& func) const; 269 ForEachElement([&](const ShapeIndex& index, const T& t) { in Map() 662 void ShapeTree<T>::ForEachElement(const Fn& func) const { in ForEachElement() function 724 ForEachElement([&other, &equal](const ShapeIndex& index, const T& data) {
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_state.cc | 380 ->buffers_.ForEachElement( in MakeSubBuffer() 516 elements.ForEachElement([&](const xla::ShapeIndex& index, in MakeTuple() 533 element.allocation->buffers_.ForEachElement( in MakeTuple()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_execute_op.cc | 368 buffers.buffers().ForEachElement( in ~OutputBuffers()
|