HomeSort by relevance Sort by last modified time
    Searched refs:ForEachMutableElement (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.h 130 void ForEachMutableElement(const Fn& fn) {
131 tree_.ForEachMutableElement([&fn](const ShapeIndex& index, Elem* elem) {
tuple_points_to_analysis.cc 203 points_to_set.ForEachMutableElement(
231 points_to_set.ForEachMutableElement(
303 points_to_set.ForEachMutableElement(
407 points_to_set.ForEachMutableElement(
535 dst_points_to_set.ForEachMutableElement(
    [all...]
shaped_buffer_test.cc 120 sb.buffers().ForEachMutableElement(
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_transfer_manager.cc 154 outfeed_buffers.ForEachMutableElement(
ir_emitter_unnested.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/
shape_tree.h 255 void ForEachMutableElement(const Fn& func);
277 ForEachMutableElement([&](const ShapeIndex& index, T* t) {
632 void ShapeTree<T>::ForEachMutableElement(const Fn& func) {
649 ForEachMutableElement([this, &other, &source_base_index, &target_base_index](
shape_tree_test.cc 98 tree.ForEachMutableElement(
175 shape_tree.ForEachMutableElement(
585 shape_tree.ForEachMutableElement([](const ShapeIndex& index, int* data) {
  /external/tensorflow/tensorflow/compiler/xrt/
xrt_state.cc 320 ->buffers_.ForEachMutableElement(
453 element.allocation->buffers_.ForEachMutableElement(
  /external/tensorflow/tensorflow/compiler/xrt/kernels/
xrt_state_ops.h 137 tuple_shape_tree->ForEachMutableElement(

Completed in 1458 milliseconds