HomeSort by relevance Sort by last modified time
    Searched refs:KeyValueTensorIterator (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
lookup_util.h 54 class KeyValueTensorIterator
58 explicit KeyValueTensorIterator(const Tensor* keys, const Tensor* values)
92 TF_DISALLOW_COPY_AND_ASSIGN(KeyValueTensorIterator);
lookup_table_init_op.cc 77 lookup::KeyValueTensorIterator iter(&keys, &values);

Completed in 104 milliseconds