Home
last modified time | relevance | path

Searched refs:graph_fn (Results 1 – 9 of 9) 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
40 graph_fn=graph_fn,
Dtf_trt_integration_test_base.py178 def BuildParams(self, graph_fn, dtype, input_shapes, output_shapes): argument
206 return self.BuildParamsWithMask(graph_fn, dtype, input_shapes,
210 def BuildParamsWithMask(self, graph_fn, dtype, input_shapes, output_shapes, argument
252 graph_fn=graph_fn,
934 outputs = params.graph_fn(*inputs)
961 params.graph_fn, input_signature=params.input_specs)
Dlru_cache_test.py50 graph_fn=self.GraphFn,
Ddynamic_input_shapes_test.py71 graph_fn=self.GraphFn,
/external/tensorflow/tensorflow/python/autograph/converters/
Dcontrol_flow_test.py265 graph_fn = def_function.function(tr, autograph=False)
267 graph_fn(constant_op.constant(0), constant_op.constant(5)))
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py1007 def _testExportImportAcrossScopes(self, graph_fn, use_resource): argument
1016 graph_fn(use_resource=use_resource)
1028 graph_fn(use_resource=use_resource)
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py833 def graph_fn(): function
838 self.assertAllEqual(self.evaluate(graph_fn()), (3, 2, 1))
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4139 graph_fn = eager_function.ConcreteFunction(exec_graph)
4141 graph_fn._num_positional_args = 0
4142 graph_fn._arg_keywords = []
4144 outputs = graph_fn()
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2209 def _testGradientSerDes(self, graph_fn): argument
2227 output = graph_fn(var)