Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dgenerate_box_proposals_op.cu.cc187 Tensor* d_sorted_conv_layer_indexes, Tensor* d_sorted_scores, in AllocateGenerationTempTensors() argument
204 d_sorted_conv_layer_indexes)); in AllocateGenerationTempTensors()
205 TF_RETURN_IF_ERROR(ResetTensor<int32>(d_sorted_conv_layer_indexes, d)); in AllocateGenerationTempTensors()
368 Tensor d_sorted_conv_layer_indexes; // output of cub sorting, indices of in Compute() local
381 &d_sorted_conv_layer_indexes, &dev_sorted_scores, &dev_boxes, in Compute()
402 d_sorted_conv_layer_indexes.flat<int>().data(), in Compute()
418 d_sorted_conv_layer_indexes.flat<int>().data(), in Compute()