Searched refs:kXlaScopeAttr (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | defs.cc | 21 const char* const kXlaScopeAttr = "_XlaScope"; variable
|
D | defs.h | 26 extern const char* const kXlaScopeAttr; // "_XlaScope"
|
D | mark_for_compilation_pass_test.cc | 389 .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 …]
|
D | mark_for_compilation_pass.cc | 1197 GetNodeAttr(node_from->attrs(), kXlaScopeAttr, &from_scope).ok() && in RunImpl() 1198 GetNodeAttr(node_to->attrs(), kXlaScopeAttr, &to_scope).ok() && in RunImpl()
|