Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc206 points_to_set.ForEachMutableElement( in DefaultAction()
234 points_to_set.ForEachMutableElement( in HandleGetTupleElement()
306 points_to_set.ForEachMutableElement( in HandleRecvDone()
326 points_to_set.ForEachMutableElement( in HandleCopyStart()
457 points_to_set.ForEachMutableElement( in HandleTupleSelect()
485 points_to_set.ForEachMutableElement([&](const ShapeIndex& index, in HandleCustomCall()
615 dst_points_to_set.ForEachMutableElement( in CreateCopiedPointsToSet()
Dshaped_buffer_test.cc123 sb.buffers().ForEachMutableElement( in TEST()
160 sb.buffers().ForEachMutableElement( in TEST()
Dtuple_points_to_analysis.h131 void ForEachMutableElement(const Fn& fn) { in ForEachMutableElement() function
132 tree_.ForEachMutableElement([&fn](const ShapeIndex& index, Elem* elem) { in ForEachMutableElement()
Dhlo_replication_analysis.cc179 it->second.ForEachMutableElement( in ComputeHloReplicationOnComputation()
301 shape_tree.ForEachMutableElement( in ComputeHloReplicationOnComputation()
Dhlo_dataflow_analysis.cc1084 instruction_value_set.ForEachMutableElement( in OptimizePhiValues()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h256 void ForEachMutableElement(const Fn& func);
278 ForEachMutableElement([&](const ShapeIndex& index, T* t) { in Map()
674 void ShapeTree<T>::ForEachMutableElement(const Fn& func) { in ForEachMutableElement() function
693 ForEachMutableElement([this, &other, &source_base_index, &target_base_index]( in CopySubtreeFrom()
Dshape_tree_test.cc98 tree.ForEachMutableElement( in TestInitValueConstructor()
175 shape_tree.ForEachMutableElement( in TEST_F()
614 shape_tree.ForEachMutableElement([](const ShapeIndex& index, int* data) { in BM_ForEach()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc387 ->buffers_.ForEachMutableElement( in MakeSubBuffer()
527 element.allocation->buffers_.ForEachMutableElement( in MakeTuple()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc295 buffers->buffers().ForEachMutableElement([&](const xla::ShapeIndex& index, in BuildComputationInputs()
469 shaped_buffer.buffers().ForEachMutableElement( in AllocateOutputTensors()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuffer_donation_test.cc111 owned_buffers.ForEachMutableElement( in RunAndCheck()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc278 xla_tensor->shaped_buffer().buffers().ForEachMutableElement( in PopulateInputs()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h141 tuple_shape_tree->ForEachMutableElement( in ParseTupleTree()