Searched refs:transform_function (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | transpiler.py | 286 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/ |
D | converter_testing.py | 126 transformed, _, _ = tr.transform_function(f, program_ctx)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | shared_memory.py | 396 transform_function = self._back_transforms_mapping[transform_code] 398 return transform_function
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | quantize_nodes_test.cc | 60 const TransformFunc& transform_function, const GraphDef& float_graph_def, in TestTransformedVersusFloatGraph() argument 81 transform_function(float_graph_def, context, transformed_graph_def)); in TestTransformedVersusFloatGraph()
|