Home
last modified time | relevance | path

Searched defs:call_method (Results 1 – 25 of 38) sorted by relevance

12

/external/rust/beto-rust/common/pourover_macro/src/
Dlib.rs20 mod call_method; module
123 pub fn call_method(args: TokenStream) -> TokenStream { in call_method() function
Dcall_method.rs30 pub fn call_method(args: TokenStream) -> syn::Result<TokenStream> { in call_method() function
/external/pytorch/torch/_dynamo/variables/
Ddistributed.py158 def call_method( member in PlacementVariable
224 def call_method( member in DeviceMeshVariable
266 def call_method( member in ProcessGroupVariable
377 def call_method( member in BackwardHookVariable
Ddicts.py239 def call_method( member in ConstDictVariable
394 def call_method( member in DefaultDictVariable
461 def call_method( member in SetVariable
579 def call_method( member in FrozensetVariable
627 def call_method( member in DictView
654 def call_method( member in DictKeys
865 def call_method( member in CustomizedDictVariable
989 def call_method( member in PythonSysModulesVariable
Dmisc.py151 def call_method( member in SuperVariable
422 def call_method( member in InspectSignatureVariable
574 def call_method( member in InspectBoundArgumentsVariable
750 def call_method( member in AutogradFunctionVariable
874 def call_method( member in AutogradFunctionContextVariable
938 def call_method( member in AutogradEngineVariable
1026 def call_method( member in GetAttrVariable
1182 def call_method( member in TypingVariable
1303 def call_method( member in NumpyVariable
1455 def call_method( member in LoggingLoggerVariable
[all …]
Dlists.py112 def call_method( member in BaseListVariable
319 def call_method( member in CommonListMethodsVariable
409 def call_method( member in ListVariable
477 def call_method( member in DequeVariable
541 def call_method( member in TupleVariable
675 def call_method( member in SizeVariable
846 def call_method( member in ListIteratorVariable
984 def call_method( member in RestrictedListSubclassVariable
Dscript_object.py82 def call_method(self, tx, name, args, kwargs): member in TorchScriptObjectVariable
Duser_defined.py299 def call_method( member in UserDefinedClassVariable
695 def call_method( member in UserDefinedObjectVariable
1271 def call_method( member in SourcelessGraphModuleVariable
1356 def call_method(self, tx: "InstructionTranslator", method_name, args, kwargs): member in RemovableHandleVariable
Dnn_module.py448 def call_method( member in NNModuleVariable
959 def call_method( member in UnspecializedNNModuleVariable
Doptimizer.py60 def call_method( member in OptimizerVariable
Dconstant.py135 def call_method( member in ConstantVariable
Dtensor.py506 def call_method( member in TensorVariable
1125 def call_method( member in SymNodeVariable
1229 def call_method( member in NumpyNdarrayVariable
1349 def call_method( member in UntypedStorageVariable
Dtorch_function.py357 def call_method( member in TensorWithTFOverrideVariable
Dbase.py326 def call_method( member in VariableTracker
Dctx_manager.py992 def call_method( member in StreamVariable
1061 def call_method( member in EventVariable
/external/autotest/server/cros/faft/
Drpc_proxy.py26 def __init__(self, call_method, name): argument
/external/pytorch/torch/onnx/_internal/fx/
Dfx_onnx_interpreter.py693 def call_method(self, node: torch.fx.Node): member in FxOnnxInterpreter
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py58 def __init__(self, call_method, name): argument
/external/pytorch/torch/fx/
Dinterpreter.py278 …def call_method(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> … member in Interpreter
/external/libchrome/third_party/jinja2/
Dext.py119 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in Extension
/external/pytorch/torch/_export/
Dpass_base.py233 def call_method( member in _ExportPassBaseDeprecatedDoNotUse.ExportInterpreter
/external/pytorch/torch/_dynamo/
Dcodegen.py327 def call_method(self, nargs): member in PyCodegen
/external/python/jinja/src/jinja2/
Dext.py116 def call_method( member in Extension
/external/pytorch/torch/_inductor/
Dgraph.py1027 def call_method(self, target, args, kwargs): member in GraphLowering
/external/executorch/exir/emit/
D_emitter.py1311 def call_method( # pyre-fixme[14] member in _Emitter

12