Searched refs:node_op (Results 1 – 2 of 2) sorted by relevance
104 const string& node_op) { in ShouldOwnKernel() argument106 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()
65 const string& node_op);