Home
last modified time | relevance | path

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

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