/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | higher_order_ops.py | 564 def call_function( member in TorchHigherOrderOperatorVariable 574 def call_function( member in CondHigherOrderVariable 761 def call_function( member in CallTorchbindHigherOrderVariable 787 def call_function( member in WhileLoopHigherOrderVariable 941 def call_function( member in AssociativeScanHigherOrderVariable 1044 def call_function( member in MapHigherOrderVariable 1131 def call_function( member in ExecutorchCallDelegateHigherOrderVariable 1178 def call_function( member in FunctorchHigherOrderVariable 1242 def call_function( member in WrapHigherOrderVariable 1265 def call_function( member in OutDtypeHigherOrderVariable [all …]
|
H A D | functions.py | 87 def call_function( member in BaseUserFunctionVariable 285 def call_function( member in UserFunctionVariable 312 def call_function( member in UserMethodVariable 358 def call_function( member in WrappedUserMethodVariable 375 def call_function( member in WrappedUserFunctionVariable 600 def call_function( member in SkipFunctionVariable 725 def call_function( member in CollectiveFunctionRewriteVariable 791 def call_function( member in FunctoolsPartialVariable 868 def call_function( member in TritonKernelVariable
|
H A D | misc.py | 294 def call_function( member in ComptimeVariable 747 def call_function(self, tx: "InstructionTranslator", args, kwargs): member in AutogradFunctionVariable 971 def call_function( member in LambdaVariable 1018 def call_function( member in GetAttrVariable 1090 def call_function( member in MethodWrapperVariable 1239 def call_function( member in NumpyVariable 1410 def call_function(self, tx: "InstructionTranslator", args, kwargs): member in DebuggingVariable 1572 def call_function(self, tx: "InstructionTranslator", args, kwargs): member in RandomClassVariable
|
H A D | user_defined.py | 337 def call_function( member in UserDefinedClassVariable 841 def call_function( member in UserDefinedObjectVariable 1293 def call_function( member in WeakRefVariable
|
H A D | ctx_manager.py | 111 def call_function( member in ContextWrappingVariable 486 def call_function( member in GradModeVariable 949 def call_function( member in FSDPParamGroupUseTrainingStateVariable 1119 def call_function( member in WithExitFunctionVariable
|
H A D | nn_module.py | 341 def call_function( member in NNModuleVariable 850 def call_function( member in UnspecializedNNModuleVariable
|
H A D | torch.py | 212 def call_function( member in TorchCtxManagerClassVariable 827 def call_function( member in TorchInGraphFunctionVariable
|
H A D | iter.py | 39 def call_function( member in ItertoolsVariable
|
H A D | distributed.py | 118 def call_function( member in PlacementClassVariable
|
H A D | base.py | 318 def call_function( member in VariableTracker
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | export.ir_spec.rst | 181 call_function section in Node 224 contract, specifically all ``call_function`` nodes will guarantee having and argument
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | normalize.py | 66 def call_function( member in NormalizeArgs 144 def call_function( member in NormalizeOperators
|
H A D | schema_type_annotation.py | 37 def call_function(self, target : Target, args : Tuple[Argument, ...], kwargs : Dict[str, Any]): member in AnnotateTypesWithSchema
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | interpreter.py | 258 …def call_function(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -… member in Interpreter 497 …def call_function(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -… member in Transformer
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_soinfo.cpp | 428 static void call_function(const char* function_name __unused, in call_function() function 440 static void call_function(const char* function_name __unused, in call_function() function
|
/aosp_15_r20/external/executorch/exir/ |
H A D | pass_base.py | 310 def call_function( member in _ExportPassBase.ExportInterpreter 600 def call_function( member in ExportPass.ExportInterpreter
|
/aosp_15_r20/external/executorch/exir/verification/ |
H A D | arg_validator.py | 65 def call_function( # noqa: C901 # pyre-fixme[14] member in EdgeOpArgValidator
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | subgraph_lowering.py | 48 def call_function( member in PointwiseSubgraphLowering
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_lift_unlift.py | 59 def call_function(self, target, args, out: str, module_fqn: str = ""): member in GraphBuilder
|
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/ |
H A D | ddp_fusion.py | 50 def call_function( function
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/ |
H A D | fx_onnx_interpreter.py | 604 def call_function( member in FxOnnxInterpreter
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/ |
H A D | oss_proxy_executor.cpp | 357 void OSSProxyExecutor::call_function( in call_function() function in torch::aot_inductor::OSSProxyExecutor
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | codegen.py | 402 def call_function(self, nargs: int, push_null: bool): member in PyCodegen
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | pass_base.py | 178 def call_function( member in _ExportPassBaseDeprecatedDoNotUse.ExportInterpreter
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/ |
H A D | main.rs | 1497 let call_function = format!(" {current_name}();\n"); localVariable
|