Searched refs:compile_with_xla (Results 1 – 1 of 1) sorted by relevance
280 bool* compile_with_xla) { in MustCompileWithXLA() argument282 *compile_with_xla = false; in MustCompileWithXLA()290 *compile_with_xla = false; in MustCompileWithXLA()295 Status status = op->Attrs().Get(kXlaMustCompileAttr, compile_with_xla); in MustCompileWithXLA()298 << (*compile_with_xla ? "" : "not ") in MustCompileWithXLA()311 compile_with_xla); in MustCompileWithXLA()314 << (*compile_with_xla ? "" : "not ") << "to compile with XLA"; in MustCompileWithXLA()325 *compile_with_xla = true; in MustCompileWithXLA()327 *compile_with_xla = false; in MustCompileWithXLA()437 bool compile_with_xla; in EagerLocalExecute() local[all …]