Home
last modified time | relevance | path

Searched defs:call_function (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dhigher_order_ops.py564 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 Dfunctions.py87 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 Dmisc.py294 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 Duser_defined.py337 def call_function( member in UserDefinedClassVariable
841 def call_function( member in UserDefinedObjectVariable
1293 def call_function( member in WeakRefVariable
H A Dctx_manager.py111 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 Dnn_module.py341 def call_function( member in NNModuleVariable
850 def call_function( member in UnspecializedNNModuleVariable
H A Dtorch.py212 def call_function( member in TorchCtxManagerClassVariable
827 def call_function( member in TorchInGraphFunctionVariable
H A Diter.py39 def call_function( member in ItertoolsVariable
H A Ddistributed.py118 def call_function( member in PlacementClassVariable
H A Dbase.py318 def call_function( member in VariableTracker
/aosp_15_r20/external/pytorch/docs/source/
H A Dexport.ir_spec.rst181 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 Dnormalize.py66 def call_function( member in NormalizeArgs
144 def call_function( member in NormalizeOperators
H A Dschema_type_annotation.py37 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 Dinterpreter.py258 …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 Dlinker_soinfo.cpp428 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 Dpass_base.py310 def call_function( member in _ExportPassBase.ExportInterpreter
600 def call_function( member in ExportPass.ExportInterpreter
/aosp_15_r20/external/executorch/exir/verification/
H A Darg_validator.py65 def call_function( # noqa: C901 # pyre-fixme[14] member in EdgeOpArgValidator
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dsubgraph_lowering.py48 def call_function( member in PointwiseSubgraphLowering
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_lift_unlift.py59 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 Dddp_fusion.py50 def call_function( function
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/
H A Dfx_onnx_interpreter.py604 def call_function( member in FxOnnxInterpreter
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Doss_proxy_executor.cpp357 void OSSProxyExecutor::call_function( in call_function() function in torch::aot_inductor::OSSProxyExecutor
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcodegen.py402 def call_function(self, nargs: int, push_null: bool): member in PyCodegen
/aosp_15_r20/external/pytorch/torch/_export/
H A Dpass_base.py178 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 Dmain.rs1497 let call_function = format!(" {current_name}();\n"); localVariable

12