Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_segment.h65 static bool ShouldOwnKernel(FunctionLibraryRuntime* lib,
Dop_segment.cc103 bool OpSegment::ShouldOwnKernel(FunctionLibraryRuntime* lib, in ShouldOwnKernel() function in tensorflow::OpSegment
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc255 if (!OpSegment::ShouldOwnKernel(lib, props->node_def.op())) { in InitItem()
268 if (kernel && !OpSegment::ShouldOwnKernel(lib, kernel->type_string())) { in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1383 if (!OpSegment::ShouldOwnKernel(lib, props->node_def.op())) { in CreateExecutors()
1396 if (kernel && !OpSegment::ShouldOwnKernel(lib, kernel->type_string())) in CreateExecutors()