Home
last modified time | relevance | path

Searched defs:program_ (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/converters/
H A Dbhwc_to_phwc4.h47 GlProgram program_; variable
H A Dphwc4_to_bhwc.h47 GlProgram program_; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_program.h64 cl_program program_ = nullptr; variable
H A Dcl_kernel.h83 cl_program program_ = nullptr; variable
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/
H A DShader.h101 GLuint program_; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dcompute_task.h95 id<MTLComputePipelineState> program_ = nullptr; variable
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dallocation_failure_stress_test.cpp63 std::unique_ptr<Program> program_; member in AllocationFailureStressTest
H A Dmethod_meta_test.cpp48 std::unique_ptr<Program> program_; member in MethodMetaTest
H A Dkernel_resolution_test.cpp67 std::unique_ptr<Program> program_; member in KernelResolutionTest
H A Dtensor_parser_test.cpp80 const Program* program_ = &program.get(); in test_module_add() local
H A Dkernel_integration_test.cpp261 std::unique_ptr<Program> program_; member in KernelIntegrationTest
/aosp_15_r20/external/executorch/extension/runner_util/test/
H A Dinputs_test.cpp68 std::unique_ptr<Program> program_; member in InputsTest
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.h317 const Program* program_; variable
/aosp_15_r20/external/executorch/extension/module/
H A Dmodule.h439 std::shared_ptr<runtime::Program> program_; variable
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp138 … DrawCommand(const RenderState &state_, const RenderTarget &renderTarget_, const Program &program_, in DrawCommand()
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h507 GLuint program_; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dconverter.cc79 GlProgram program_; member in tflite::gpu::gl::__anonf5dd32d10111::OpenGlConverterImpl
/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dline_number_program.h311 CheckedLexer program_ = {nullptr}; member
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp34 BlockCycleEstimator(Program* program_) : program(program_) {} in BlockCycleEstimator()
/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp391 std::unique_ptr<const Program> program_; // methods_ entries points to this. member in executorch::extension::pybindings::__anon7828bc6a0111::Module
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc5497 cl_program program_; in TEST_P() member in partition_alloc::internal::ScopedOpenCLNoOpKernel