Home
last modified time | relevance | path

Searched defs:out_flat (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dgather_op.cc167 auto out_flat = out->shaped<T, 4>( in Compute() local
175 auto out_flat = out->shaped<T, 3>({outer_size, N, inner_size}); in Compute() local
H A Dcwise_ops_common.h178 auto out_flat = out->flat<Tout>(); in Compute() local
294 auto out_flat = out->flat<Tout>(); in Compute() local
H A Dsparse_reduce_op.cc190 auto out_flat = out_values->flat<T>(); in Compute() local
314 auto out_flat = out_values_t->flat<T>(); in Compute() local
H A Ddynamic_partition_op.cc129 out_flat; in Compute() local
H A Dcwise_op_clip.cc55 auto out_flat = out->flat<T>(); in Compute() local
H A Dunary_ops_composition.cc114 OutputBuffer out_flat = out->flat<T>(); in Compute() local
H A Dragged_tensor_to_variant_op.cc300 Piece out_flat = in Compute() local
H A Dresource_variable_ops.cc760 auto out_flat = out->shaped<T, 3>({1, N, out->NumElements() / N}); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Ddot_operation_test.cc619 auto out_flat = ConcatInDim(&builder, out_slices, 0); in XLA_TYPED_TEST() local