Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dsharding_util_ops_test.py66 def testSplitDimensionZero(self, graph_fn): argument
80 def testSplitDimensionNegative(self, graph_fn): argument
94 def testNumOutputsMismatch(self, graph_fn): argument
108 def testPaddingsLengthMismatch(self, graph_fn): argument
123 def testPaddingsNegative(self, graph_fn): argument
138 def testInputRankSplitMismatch(self, graph_fn): argument
153 def testDimNotEvenlySplit(self, graph_fn): argument
167 def testDimWithPaddingNotEvenlySplit(self, graph_fn): argument
182 def testNoSplits(self, graph_fn): argument
197 def testNoSplitsWithPadding(self, graph_fn): argument
[all …]
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dbatch_matmul_test.py34 def BuildParams(self, graph_fn, dtype, input_shapes, output_shapes): argument
Dtf_trt_integration_test_base.py177 def BuildParams(self, graph_fn, dtype, input_shapes, output_shapes): argument
208 def BuildParamsWithMask(self, graph_fn, dtype, input_shapes, output_shapes, argument
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py1003 def _testExportImportAcrossScopes(self, graph_fn, use_resource): argument
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2275 def _testGradientSerDes(self, graph_fn): argument
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py831 def graph_fn(): function