Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dwrap_function.py217 class WrappedFunction(function.ConcreteFunction): class
228 super(WrappedFunction, self).__init__(fn_graph, attrs=attrs)
243 return super(WrappedFunction, self)._call_impl(
372 pruned_fn = WrappedFunction(
457 self._wrapped_function = WrappedFunction(self.graph, self._variable_holder)
618 return WrappedFunction(
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcudagraph_utils.py45 class WrappedFunction: class
124 func: WrappedFunction, argument
H A Dcudagraph_trees.py94 WrappedFunction,
591 wrapped_function: WrappedFunction, argument
774 wrapped_function: WrappedFunction, argument
1825 self.ids_to_funcs: Dict[FunctionID, WrappedFunction] = {}
2200 self.ids_to_funcs[id] = WrappedFunction(
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/python/
H A Dquantize_model.py405 func: wrap_function.WrappedFunction, argument