Home
last modified time | relevance | path

Searched refs:kXlaScopeAttr (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Ddefs.cc25 const char* const kXlaScopeAttr = "_XlaScope"; variable
Ddefs.h35 extern const char* const kXlaScopeAttr; // "_XlaScope"
Dmark_for_compilation_pass_test.cc454 .WithAttr(kXlaScopeAttr, "ScopeA")); in TEST()
457 builder.opts().WithName("B").WithAttr(kXlaScopeAttr, "ScopeB")); in TEST()
460 builder.opts().WithName("C").WithAttr(kXlaScopeAttr, "ScopeC")); in TEST()
487 .WithAttr(kXlaScopeAttr, "ScopeA")); in TEST()
490 builder.opts().WithName("B").WithAttr(kXlaScopeAttr, "ScopeB")); in TEST()
493 builder.opts().WithName("C").WithAttr(kXlaScopeAttr, "ScopeC")); in TEST()
516 .WithAttr(kXlaScopeAttr, "Scope1")); in TEST()
521 .WithAttr(kXlaScopeAttr, "Scope1")); in TEST()
526 .WithAttr(kXlaScopeAttr, "Scope2")); in TEST()
531 .WithAttr(kXlaScopeAttr, "Scope2")); in TEST()
[all …]
Dcompilability_check_util.cc725 HasBoolAttr(node, kXlaScopeAttr) || in NodeCanTriggerXlaCompilation()
Dmark_for_compilation_pass.cc966 const string& scope = GetNodeAttrString(node->attrs(), kXlaScopeAttr); in GetXlaScope()