Home
last modified time | relevance | path

Searched defs:use_variable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/
H A Dquantize_model_test_base.py245 use_variable=False) -> core.Tensor: argument
280 def _create_gather_model(self, use_variable): argument
285 def __init__(self, use_variable): argument
404 use_variable=False) -> core.Tensor: argument
H A Dquantize_model_test.py679 def test_gather_model(self, use_variable): argument
1176 self, use_variable): argument
1523 def test_gather_model(self, use_variable): argument
1629 def test_gather_model_tf1(self, use_variable): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_test.py985 def use_variable(): function