Searched refs:kKernelAttr (Results 1 – 2 of 2) sorted by relevance
569 const char* const kKernelAttr = "_kernel"; in CompileFunction() local572 if (GetNodeAttrSimple(n->attrs(), kKernelAttr, &value) && value == "host") { in CompileFunction()573 n->ClearAttr(kKernelAttr); in CompileFunction()
1100 static const StringPiece kKernelAttr("_kernel"); variable1110 const string& label = GetNodeAttrString(node_def, kKernelAttr); in FindKernelRegistration()