Home
last modified time | relevance | path

Searched defs:function (Results 251 – 275 of 3683) sorted by relevance

1...<<11121314151617181920>>...148

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dtf_saved_model_api.cc177 ConcreteFunction** function) { in GetFunction()
213 const std::string& signature_def_key, SignatureDefFunction** function) { in GetSignatureDefFunction()
295 for (const FunctionDef& function : in Load() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.cpp90 const FunctionDeclaration& function, in Convert()
94 Finalizer(const Context& context, const FunctionDeclaration& function, Position pos) in Convert()
356 const FunctionDeclaration& function, in Make()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_params_with_struct.cpp61 const auto* function = in IsApplicable() local
133 auto* function = fuzzerutil::GetFunctionFromParameterId( in Apply() local
286 const auto* function = fuzzerutil::GetFunctionFromParameterId( in ComputeIndicesOfReplacedParameters() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dpropagate_default_layout.cc90 mlir::MLIRContext& c, mlir::func::FuncOp function) { in PropagateFunctionArgAttrToLayoutOp()
122 mlir::MLIRContext& c, mlir::func::FuncOp function) { in PropagateFunctionDefaultLayoutAttrToLayoutOp()
165 auto function = getOperation(); in runOnOperation() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.cpp61 const auto* function = in IsApplicable() local
133 auto* function = fuzzerutil::GetFunctionFromParameterId( in Apply() local
286 const auto* function = fuzzerutil::GetFunctionFromParameterId( in ComputeIndicesOfReplacedParameters() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_replace_params_with_struct.cpp61 const auto* function = in IsApplicable() local
133 auto* function = fuzzerutil::GetFunctionFromParameterId( in Apply() local
286 const auto* function = fuzzerutil::GetFunctionFromParameterId( in ComputeIndicesOfReplacedParameters() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dinsert_main_function.cc60 for (auto function : module.getOps<func::FuncOp>()) { in HasMainFunction() local
116 for (auto function : module.getOps<func::FuncOp>()) { in CreateMainFunction() local
200 for (auto function : module.getOps<func::FuncOp>()) { in CreateMainFunction() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DFutures.java418 AsyncFunction<? super I, ? extends O> function, in transformAsync()
454 ListenableFuture<I> input, Function<? super I, ? extends O> function, Executor executor) { in transform()
481 final Future<I> input, final Function<? super I, ? extends O> function) { in lazyTransform()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateAdvancedBlendEquations.cpp230 TFunction *function = new TFunction(symbolTable, ImmutableString(name), in MakeFunction() local
239 TIntermFunctionDefinition *MakeFunctionDefinition(const TFunction *function, TIntermBlock *body) in MakeFunctionDefinition()
258 const TFunction *function = in MakeSimpleFunctionDefinition() local
444 const TFunction *function = in generateHslHelperFunctions() local
482 const TFunction *function = MakeFunction(mSymbolTable, "ANGLE_set_lum", vec3Type, in generateHslHelperFunctions() local
554 const TFunction *function = in generateHslHelperFunctions() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DStackStreamFactory.java88 … makeStackTraverser(StackWalker walker, Function<? super Stream<StackFrame>, ? extends T> function) in makeStackTraverser()
569 final Function<? super Stream<StackFrame>, ? extends T> function; // callback field in StackStreamFactory.StackFrameTraverser
572 Function<? super Stream<StackFrame>, ? extends T> function) { in StackFrameTraverser()
576 Function<? super Stream<StackFrame>, ? extends T> function, in StackFrameTraverser()
838 Function<? super Stream<StackFrame>, ? extends T> function) { in LiveStackInfoTraverser()
/aosp_15_r20/external/python/cpython3/Modules/
Dreadline.c399 set_hook(const char *funcname, PyObject **hook_var, PyObject *function) in set_hook()
432 PyObject *function) in readline_set_completion_display_matches_hook_impl()
466 readline_set_startup_hook_impl(PyObject *module, PyObject *function) in readline_set_startup_hook_impl()
491 readline_set_pre_input_hook_impl(PyObject *module, PyObject *function) in readline_set_pre_input_hook_impl()
768 readline_set_completer_impl(PyObject *module, PyObject *function) in readline_set_completer_impl()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java88 … makeStackTraverser(StackWalker walker, Function<? super Stream<StackFrame>, ? extends T> function) in makeStackTraverser()
569 final Function<? super Stream<StackFrame>, ? extends T> function; // callback field in StackStreamFactory.StackFrameTraverser
572 Function<? super Stream<StackFrame>, ? extends T> function) { in StackFrameTraverser()
576 Function<? super Stream<StackFrame>, ? extends T> function, in StackFrameTraverser()
838 Function<? super Stream<StackFrame>, ? extends T> function) { in LiveStackInfoTraverser()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java88 … makeStackTraverser(StackWalker walker, Function<? super Stream<StackFrame>, ? extends T> function) in makeStackTraverser()
569 final Function<? super Stream<StackFrame>, ? extends T> function; // callback field in StackStreamFactory.StackFrameTraverser
572 Function<? super Stream<StackFrame>, ? extends T> function) { in StackFrameTraverser()
576 Function<? super Stream<StackFrame>, ? extends T> function, in StackFrameTraverser()
838 Function<? super Stream<StackFrame>, ? extends T> function) { in LiveStackInfoTraverser()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp261 TFunction *CloneFunctionHeader(TSymbolTable *symbolTable, const TFunction *function) in CloneFunctionHeader()
303 const TFunction *function = functionDefinition->getFunction(); in collectUnnamedOutFunctions() local
402 const TFunction *function = node->getFunction(); in visitFunctionDefinition() local
438 const TFunction *function = node->getFunction(); in visitAggregate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util.cc326 NameAttrList function; in IsCompilableCall() local
604 auto function = in MaybeMarkUncompilableNode() local
632 const NameAttrList& function, in GetBodyAndConstantsAndResources()
747 for (const FunctionDef& function : graph.library().function()) { in CanTriggerXlaCompilation() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DLists.java548 List<F> fromList, Function<? super F, ? extends T> function) { in transform()
563 final Function<? super F, ? extends T> function; field in Lists.TransformingSequentialList
565 TransformingSequentialList(List<F> fromList, Function<? super F, ? extends T> function) { in TransformingSequentialList()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp273 const auto function = [&](const std::unique_ptr<Instruction>& decoration) { in postProcess() local
288 const auto function = [&](const std::unique_ptr<Instruction>& decoration) { in postProcess() local
436 const auto function = [&](const std::unique_ptr<Instruction>& decoration) { in postProcessFeatures() local
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java453 AsyncFunction<? super I, ? extends O> function, in transformAsync()
489 ListenableFuture<I> input, Function<? super I, ? extends O> function, Executor executor) { in transform()
516 final Future<I> input, final Function<? super I, ? extends O> function) { in lazyTransform()
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DMetrics.h35 const char* function; member
90 const char* function; member
98 const char* function = nullptr; member
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DLists.java549 List<F> fromList, Function<? super F, ? extends T> function) { in transform()
564 final Function<? super F, ? extends T> function; field in Lists.TransformingSequentialList
566 TransformingSequentialList(List<F> fromList, Function<? super F, ? extends T> function) { in TransformingSequentialList()
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Dformat.py45 def function(self, name): member in Formatter
76 def function(self, name): member in AnsiFormatter
143 def function(self, name): member in WindowsConsoleFormatter
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DOptimizer.cpp59 Ice::Cfg *function; member in __anonb40bc2440111::Optimizer
98 void Optimizer::run(Ice::Cfg *function) in run()
470 void Optimizer::analyzeUses(Ice::Cfg *function) in analyzeUses()
890 void optimize(Ice::Cfg *function, Nucleus::OptimizerReport *report) in optimize()
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/
H A Dshell_visitor.py165 def visit_function(self, function): argument
225 def visit_function(self, function): argument
281 def visit_function(self, function): argument
354 def visit_function(self, function): argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dglslang.y100 glslang::TFunction* function; member
559 TFunction *function = new TFunction(&symbol->getName(), TType(EbtVoid)); variable
1050 TFunction *function; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y100 glslang::TFunction* function; member
555 TFunction *function = new TFunction(&symbol->getName(), TType(EbtVoid)); variable
1046 TFunction *function; variable

1...<<11121314151617181920>>...148