Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dinitializable_lookup_table.cc46 CheckKeyAndValueTensorsForInsert(iter.keys(), iter.values())); in Initialize()
Dlookup_table_op.cc836 OP_REQUIRES_OK(ctx, table->CheckKeyAndValueTensorsForInsert(keys, values)); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dlookup_interface.h113 virtual Status CheckKeyAndValueTensorsForInsert(const Tensor& keys,
Dlookup_interface.cc64 Status LookupInterface::CheckKeyAndValueTensorsForInsert(const Tensor& keys, in CheckKeyAndValueTensorsForInsert() function in tensorflow::lookup::LookupInterface