Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.cc250 ScratchSpace<Index> output_rows_host(context, 1, /* on_host */ true); in ComputeAsync() local
256 ->ThenMemcpy(output_rows_host.mutable_data(), output_rows_device, in ComputeAsync()
264 auto create_and_check_output = [context, output_rows_host, &input, in ComputeAsync()
271 Index output_rows = *output_rows_host.data(); in ComputeAsync()