Home
last modified time | relevance | path

Searched defs:graph_fn (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dbatch_matmul_test.py38 def BuildParams(self, graph_fn, dtype, input_shapes, output_shapes): argument
Dtf_trt_integration_test_base.py178 def BuildParams(self, graph_fn, dtype, input_shapes, output_shapes): argument
210 def BuildParamsWithMask(self, graph_fn, dtype, input_shapes, output_shapes, argument
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py1007 def _testExportImportAcrossScopes(self, graph_fn, use_resource): argument
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2209 def _testGradientSerDes(self, graph_fn): argument
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py833 def graph_fn(): function