Home
last modified time | relevance | path

Searched defs:function (Results 1551 – 1575 of 3683) sorted by relevance

1...<<61626364656667686970>>...148

/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/
H A Dtrainer.py132 def decorator(function): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction_testlib.cc27 namespace function { namespace
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc304 scoped_ptr<Function> function(new Function); in FindWindowsFrameInfo() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
H A Dtf_kernel_to_llvm_pass.cc206 auto function = SymbolTable::lookupNearestSymbolFrom<LLVM::LLVMFuncOp>( in matchAndRewrite() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dfunclatency.c258 char *binary, *function; in attach_uprobes() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_detail.cpp286 auto& function = method.function(); in codegen_backend_module() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp230 const auto function = _.FindDef(function_id); in ValidateFunctionCall() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp65 OpVariableDuplicatorReductionOpportunity(Function* function) in OpVariableDuplicatorReductionOpportunity()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
H A Dlift_as_function_call_utils.cc36 StringAttr InsertToSymbolTable(Operation *module, Operation *function, in InsertToSymbolTable()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp230 const auto function = _.FindDef(function_id); in ValidateFunctionCall() local
/aosp_15_r20/external/libdav1d/src/arm/
H A Dasm.S259 .macro function name, export=0, align=2 macro
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Drunner_test.cc82 EntryPoint function = Load(symbol_name); in Init() local
/aosp_15_r20/external/python/cpython3/Tools/demo/
Deiffel.py10 from types import FunctionType as function unknown
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_suite.cc333 const wchar_t* function, in InvalidParameter()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp68 auto *function = Ice::Cfg::create(context, sequenceNumber).release(); in createFunction() local
98 Ice::Variable *allocateStackVariable(Ice::Cfg *function, Ice::Type type, int arraySize = 0) in allocateStackVariable()
129 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, Ice::Operand *ca… in Call()
163 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, const void *fptr… in Call()
171 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Return(fptr)(CArgs...), RArgs &&.… in Call()
180 Ice::Variable *createTruncate(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *from, Ice… in createTruncate()
188 Ice::Variable *createLoad(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *ptr, Ice::Typ… in createLoad()
211 Ice::Cfg *function = nullptr; variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp77 inline bool functionHasAutoLod(glu::ShaderType shaderType, Function function) in functionHasAutoLod()
84 inline bool functionHasProj(Function function) in functionHasProj()
92 inline bool functionHasGrad(Function function) in functionHasGrad()
98 inline bool functionHasLod(Function function) in functionHasLod()
107 Function function; member
1968 Function function = m_lookupSpec.function; in initShaderSources() local
3688 … const TextureSpec &texture, bool isVertexCase, QueryFunction function, TestMode mode) in TextureQueryCase()
4138 const Function function = m_lookupSpec.function; in initShaderSources() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp2818 for (int function = static_cast<int>(UNIFORM_FUNCTION_FIRST); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() local
3034 _uniform_function function = (_uniform_function)data[n_check * 3 + 0]; in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() local
3116 for (int function = static_cast<int>(UNIFORM_FUNCTION_FIRST); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() local
3207 …for (int function = static_cast<int>(UNIFORM_FUNCTION_FIRST); function < static_cast<int>(UNIFORM_… in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() local
13616 …ctionTest::BuiltinFunctionTest(deqp::Context &context, std::string caseName, FunctionEnum function, in BuiltinFunctionTest()
14024 BuiltinFunctionTest::functionObject *BuiltinFunctionTest::getFunctionObject(FunctionEnum function, in getFunctionObject()
14786 bool BuiltinFunctionTest::isFunctionImplemented(FunctionEnum function, const typeDetails &type) con… in isFunctionImplemented()
15243 bool BuiltinFunctionTest::test(FunctionEnum function, const typeDetails &type) in test()
15569 FunctionEnum function; in init() member
/aosp_15_r20/external/tensorflow/tensorflow/core/function/
H A Druntime_client_test.cc43 namespace function { namespace
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/asm-x86/asm/
Dsgx.h75 __u32 function; member
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/i686-linux-android/asm/
Dsgx.h63 __u32 function; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Datomicity.cpp98 void thread_function(boost::function<bool(std::size_t)> function, std::size_t instance) in thread_function()
Datomicity_ref.cpp104 void thread_function(boost::function<bool(std::size_t)> function, std::size_t instance) in thread_function()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DAdOutcomeSelectorImplTest.java465 AdsScoreGeneratorImplTest.ThrowingSupplier<ListenableFuture<T>> function) in waitForFuture()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
H A Dtrt_engine_op_test.cc128 NameAttrList function; local
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/x86_64-linux-android/asm/
Dsgx.h63 __u32 function; member

1...<<61626364656667686970>>...148