Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dmemory_types.cc63 bool IsFunctionCallOp(const string& op_type) { in IsFunctionCallOp() function
102 if (!status.ok() || IsFunctionCallOp(ndef.op())) { in MemoryTypesForNode()