Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/experimental/
Dunified_api_test.py65 def testAdd(self, use_mlir): argument
66 if use_mlir:
86 def testAddGrad(self, use_mlir): argument
87 if use_mlir:
114 def testRelu(self, use_mlir): argument
115 if use_mlir:
140 def testReluGrad(self, use_mlir): argument
141 if use_mlir:
170 def testNeg(self, use_mlir): argument
171 if use_mlir:
[all …]
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc343 bool use_mlir = computation.index() == 0; in CreateTpuCompilationRequest() local
344 compilation_request.set_use_mlir(use_mlir); in CreateTpuCompilationRequest()
345 if (use_mlir) { in CreateTpuCompilationRequest()
Dtpu_compile.proto33 bool use_mlir = 2; field
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2_test.py797 def test_enqueue_cpu_tensor_with_outside_compilation(self, use_mlir): argument
798 if use_mlir:
865 def test_enqueue_with_outside_compilation(self, use_mlir): argument
866 if use_mlir:
903 def test_enqueue_with_outside_compilation_in_control_flow(self, use_mlir): argument
904 if use_mlir:
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc288 bool use_mlir = config && in CompileSingleOp() local
294 if (!use_mlir) { in CompileSingleOp()