Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddefs.cc21 const char* const kXlaScopeAttr = "_XlaScope"; variable
Ddefs.h26 extern const char* const kXlaScopeAttr; // "_XlaScope"
Dmark_for_compilation_pass_test.cc389 .WithAttr(kXlaScopeAttr, "ScopeA")); in TEST()
392 builder.opts().WithName("B").WithAttr(kXlaScopeAttr, "ScopeB")); in TEST()
395 builder.opts().WithName("C").WithAttr(kXlaScopeAttr, "ScopeC")); in TEST()
423 .WithAttr(kXlaScopeAttr, "ScopeA")); in TEST()
426 builder.opts().WithName("B").WithAttr(kXlaScopeAttr, "ScopeB")); in TEST()
429 builder.opts().WithName("C").WithAttr(kXlaScopeAttr, "ScopeC")); in TEST()
453 .WithAttr(kXlaScopeAttr, "Scope1")); in TEST()
458 .WithAttr(kXlaScopeAttr, "Scope1")); in TEST()
463 .WithAttr(kXlaScopeAttr, "Scope2")); in TEST()
468 .WithAttr(kXlaScopeAttr, "Scope2")); in TEST()
[all …]
Dmark_for_compilation_pass.cc1197 GetNodeAttr(node_from->attrs(), kXlaScopeAttr, &from_scope).ok() && in RunImpl()
1198 GetNodeAttr(node_to->attrs(), kXlaScopeAttr, &to_scope).ok() && in RunImpl()