Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc669 const Tensor* op_indices = &indices; in Compute() local
678 op_indices = &tmp_indices; in Compute()
690 const auto indices_flat = op_indices->flat<Index>(); in Compute()