Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dlookup_interface.cc24 Status LookupInterface::CheckKeyShape(const TensorShape& shape) { in CheckKeyShape() function in tensorflow::lookup::LookupInterface
49 TF_RETURN_IF_ERROR(CheckKeyShape(keys.shape())); in CheckKeyAndValueTensorsHelper()
79 return CheckKeyShape(keys.shape()); in CheckKeyTensorForRemove()
85 TF_RETURN_IF_ERROR(CheckKeyShape(key.shape())); in CheckFindArguments()
Dlookup_interface.h152 Status CheckKeyShape(const TensorShape& shape);
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc530 TF_RETURN_IF_ERROR(CheckKeyShape(keys.shape())); in CheckKeyAndValueTensorsForImport()