Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc569 const char* const kKernelAttr = "_kernel"; in CompileFunction() local
572 if (GetNodeAttrSimple(n->attrs(), kKernelAttr, &value) && value == "host") { in CompileFunction()
573 n->ClearAttr(kKernelAttr); in CompileFunction()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1100 static const StringPiece kKernelAttr("_kernel"); variable
1110 const string& label = GetNodeAttrString(node_def, kKernelAttr); in FindKernelRegistration()