Home
last modified time | relevance | path

Searched refs:transform_function (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler.py286 return self.transform_function(obj, user_context)
328 def transform_function(self, fn, user_context): member in GenericTranspiler
436 def transform_function(self, fn, user_context): member in PyToPy
470 nodes, ctx = super(PyToPy, self).transform_function(fn, user_context)
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py126 transformed, _, _ = tr.transform_function(f, program_ctx)
/external/python/cpython3/Lib/multiprocessing/
Dshared_memory.py396 transform_function = self._back_transforms_mapping[transform_code]
398 return transform_function
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes_test.cc60 const TransformFunc& transform_function, const GraphDef& float_graph_def, in TestTransformedVersusFloatGraph() argument
81 transform_function(float_graph_def, context, transformed_graph_def)); in TestTransformedVersusFloatGraph()