Home
last modified time | relevance | path

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

/external/pytorch/torch/_C/
D_functorch.pyi49 class CInterpreter:
54 def __init__(self, interpreter: CInterpreter) -> None: ...
59 def __init__(self, interpreter: CInterpreter) -> None: ...
64 def __init__(self, interpreter: CInterpreter) -> None: ...
70 def __init__(self, interpreter: CInterpreter) -> None: ...
79 def get_interpreter_stack() -> list[CInterpreter]: ...
80 def peek_interpreter_stack() -> CInterpreter: ...
/external/pytorch/torch/_functorch/
Dpyfunctorch.py11 CInterpreter,
120 def __init__(self, cdata: CInterpreter): argument
158 def __init__(self, cdata: CInterpreter): argument
192 def __init__(self, cdata: CInterpreter): argument
226 def __init__(self, cdata: CInterpreter): argument
242 def coerce_cinterpreter(cinterpreter: CInterpreter) -> FuncTorchInterpreter: argument
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift64 internal typealias CInterpreter = OpaquePointer typealias
67 internal var cInterpreter: CInterpreter?
/external/pytorch/torch/_subclasses/
Dmeta_utils.py46 from torch._C._functorch import CInterpreter
538 functorch_stack: Optional[List[CInterpreter]] = None