Searched refs:ShouldOwnKernel (Results 1 – 4 of 4) sorted by relevance
65 static bool ShouldOwnKernel(FunctionLibraryRuntime* lib,
103 bool OpSegment::ShouldOwnKernel(FunctionLibraryRuntime* lib, in ShouldOwnKernel() function in tensorflow::OpSegment
255 if (!OpSegment::ShouldOwnKernel(lib, props->node_def.op())) { in InitItem()268 if (kernel && !OpSegment::ShouldOwnKernel(lib, kernel->type_string())) { in InitItem()
1383 if (!OpSegment::ShouldOwnKernel(lib, props->node_def.op())) { in CreateExecutors()1396 if (kernel && !OpSegment::ShouldOwnKernel(lib, kernel->type_string())) in CreateExecutors()