Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dlookup_interface.h118 virtual Status CheckKeyAndValueTensorsForImport(const Tensor& keys,
Dlookup_interface.cc69 Status LookupInterface::CheckKeyAndValueTensorsForImport(const Tensor& keys, in CheckKeyAndValueTensorsForImport() function in tensorflow::lookup::LookupInterface
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc527 Status CheckKeyAndValueTensorsForImport(const Tensor& keys, in CheckKeyAndValueTensorsForImport() function in tensorflow::lookup::MutableDenseHashTable
946 OP_REQUIRES_OK(ctx, table->CheckKeyAndValueTensorsForImport(keys, values)); in Compute()