Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.cc147 const T* in_slice_ptr = &input_flat(start, 0); in Compute() local
178 InT in_slice(in_slice_ptr, out_slice_shape); in Compute()
186 InT in_slice(in_slice_ptr, in_slice_shape); in Compute()