Home
last modified time | relevance | path

Searched defs:use_mlir (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/framework/experimental/
Dunified_api_test.py66 def testAdd(self, use_mlir): argument
87 def testAddGrad(self, use_mlir): argument
115 def testRelu(self, use_mlir): argument
141 def testReluGrad(self, use_mlir): argument
171 def testNeg(self, use_mlir): argument
191 def testNegGrad(self, use_mlir): argument
215 def testSub(self, use_mlir): argument
236 def testSubGrad(self, use_mlir): argument
264 def testMul(self, use_mlir): argument
285 def testMulGrad(self, use_mlir): argument
[all …]
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile.proto33 bool use_mlir = 2; field
Dtpu_compile_op_support.cc348 bool use_mlir = computation.index() == 0; in CreateTpuCompilationRequest() local
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2_test.py810 def test_enqueue_cpu_tensor_with_outside_compilation(self, use_mlir): argument
879 def test_enqueue_with_outside_compilation(self, use_mlir): argument
918 def test_enqueue_with_outside_compilation_in_control_flow(self, use_mlir): argument