Home
last modified time | relevance | path

Searched defs:transform_function (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler.py328 def transform_function(self, fn, user_context): member in GenericTranspiler
436 def transform_function(self, fn, user_context): member in PyToPy
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes_test.cc60 const TransformFunc& transform_function, const GraphDef& float_graph_def, in TestTransformedVersusFloatGraph()