Home
last modified time | relevance | path

Searched refs:kXlaMustCompileAttr (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dforce_xla_constants_on_host_pass_test.cc77 (*called_func.mutable_attr())[kXlaMustCompileAttr] = true_attribute; in TEST()
88 call.output.front().node()->AddAttr(kXlaMustCompileAttr, true); in TEST()
Ddefs.cc20 const char* const kXlaMustCompileAttr = "_XlaMustCompile"; variable
Ddefs.h28 extern const char* const kXlaMustCompileAttr; // "_XlaMustCompile"
Dcompilability_check_util_test.cc494 (*identity_func.mutable_attr())[kXlaMustCompileAttr] = true_attribute; in TEST_F()
508 {kXlaMustCompileAttr, true}}}}, in TEST_F()
Dcompilability_check_util.cc618 return HasBoolAttr(node_def, kXlaMustCompileAttr); in CanCreateXlaKernel()
723 HasBoolAttr(node, kXlaMustCompileAttr) || in NodeCanTriggerXlaCompilation()
Dmark_for_compilation_pass.cc1047 GetNodeOrFuncAttr(node, flib_def_, kXlaMustCompileAttr)); in BuildInitialClusterSet()
/external/tensorflow/tensorflow/core/framework/
Dmemory_types.cc104 const auto& it = ndef.attr().find(kXlaMustCompileAttr); in MemoryTypesForNode()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc363 Status status = GetFuncAttr(op, ctx, kXlaMustCompileAttr, compile_with_xla); in MustCompileWithXLA()
479 op->MutableAttrs()->Set(kXlaMustCompileAttr, true); in GetOrCreateKernelAndDevice()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc823 is_enabled(kXlaMustCompileAttr); in MarkedForXlaCompilation()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc584 TryGetNodeAttr(AttrSlice(&fbody->fdef.attr()), kXlaMustCompileAttr, in GetGraph()