Home
last modified time | relevance | path

Searched refs:IsStringToHashBucketFast (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h192 bool IsStringToHashBucketFast(const NodeDef& node);
Dop_types.cc583 bool IsStringToHashBucketFast(const NodeDef& node) { in IsStringToHashBucketFast() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc898 bool TFGraphDialect::IsStringToHashBucketFast(TFOp op) const { in IsStringToHashBucketFast() function in mlir::tfg::TFGraphDialect
Dtf_op_names.inc171 bool IsStringToHashBucketFast(TFOp op) const;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc1917 if (!IsStringToHashBucketFast(*node_def) || in FindTensorToHashBucket()