Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_segment.cc104 const string& node_op) { in ShouldOwnKernel() argument
106 return lib->IsStateful(node_op) && in ShouldOwnKernel()
107 lib->GetFunctionLibraryDefinition()->Find(node_op) == nullptr && in ShouldOwnKernel()
108 node_op != "PartitionedCall" && node_op != "StatefulPartitionedCall"; in ShouldOwnKernel()
Dop_segment.h65 const string& node_op);