Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpartitioning_utils.cc90 } else if (node->IsRetval()) { in UpdateArgAndRetvalMetadata()
Dprocess_function_library_runtime.cc322 if (node->IsRetval()) { in PinArgsAndRets()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h180 bool IsRetval() const { return class_ == NC_RETVAL; } in IsRetval() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc102 } else if (n->IsRetval()) { in ComputeArgAndRetvalCores()
591 if (n->IsRetval()) { in CompileFunction()