MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsDequeue

Function IsDequeue

tensorflow/core/grappler/costs/graph_properties.cc:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275bool IsDequeue(const NodeDef& n) {
276 return (n.op().find("Dequeue") != string::npos &&
277 n.op().find("DequeueMany") == string::npos);
278}
279
280bool HasAnyUnknownDimensions(const TensorShapeProto& proto) {
281 if (proto.unknown_rank()) {

Callers 1

InferStaticallyMethod · 0.85

Calls 2

findMethod · 0.45
opMethod · 0.45

Tested by

no test coverage detected