Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.h71 extern const char kXlaLiftedArgOutsideCompilationAttrName[];
Dencapsulate_util.cc319 const char kXlaLiftedArgOutsideCompilationAttrName[] = "_xla_lifted_arg_oc"; variable
Dextract_outside_compilation_pass.cc443 node_def.attr().find(kXlaLiftedArgOutsideCompilationAttrName) != in HasLiftedArgs()
459 GetNodeAttr(n->def(), kXlaLiftedArgOutsideCompilationAttrName, in LiftedArgsAndOutsideCompilationNodesInFunctionBody()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc1975 ph_builder.Attr(kXlaLiftedArgOutsideCompilationAttrName, in RemoveArgsToLiftFromFunctionBody()