Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_plugin_init.cc47 auto init_fn = in InitDeviceAndGraphModule() local
66 auto init_fn = in InitDeviceAndGraphModule() local
81 auto init_fn = reinterpret_cast<TFKernelInitFn>(dso_symbol); in InitKernelModule() local
92 auto init_fn = reinterpret_cast<profiler::TFInitProfilerFn>(dso_symbol); in InitProfilerModule() local
/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py579 def init_fn(script_module): function
1013 def init_fn(script_module): function
1048 def init_fn(script_module): function
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_meta.py153 def _test_simple_model_with_meta_device(self, meta_module_fn, init_fn=None): argument
238 self, auto_wrap, meta_module_fn, init_fn=None argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/grappler/
H A Dgrappler.cc152 auto init_fn = reinterpret_cast<TFInitGraphPluginFn>(dso_symbol); in InitGraphPlugin() local
156 tensorflow::Status InitGraphPlugin(TFInitGraphPluginFn init_fn) { in InitGraphPlugin()
/aosp_15_r20/external/XNNPACK/tools/
H A Dgenerate-raddstoreexpminusmax-test.py81 def generate_test_cases(ukernel, init_fn, elements_tile, isa): argument
H A Dgenerate-vmulcaddc-test.py208 def generate_test_cases(ukernel, channel_tile, row_tile, init_fn, isa): argument
H A Dgenerate-vlrelu-test.py157 def generate_test_cases(ukernel, init_fn, datatype, batch_tile, isa): argument
H A Dgenerate-vunary-test.py205 def generate_test_cases(ukernel, op_type, init_fn, batch_tile, isa): argument
H A Dgenerate-vcvt-test.py270 def generate_test_cases(ukernel, init_fn, input_datatype, output_datatype, argument
H A Dgenerate-maxpool-test.py1186 def generate_test_cases(ukernel, init_fn, primary_tile, incremental_tile, argument
H A Dgenerate-avgpool-test.py2395 def generate_test_cases(ukernel, init_fn, primary_tile, incremental_tile, argument
H A Dgenerate-gavgpool-test.py510 def generate_test_cases(ukernel, init_fn, requantization_type, primary_tile, argument
H A Dgenerate-spmm-test.py379 def generate_test_cases(ukernel, init_fn, mr, nr, k_block, is_pipelined, isa): argument
H A Dgenerate-vbinary-test.py264 def generate_test_cases(ukernel, op_type, init_fn, activation_type, argument
H A Dgenerate-dwconv2d-chw-test.py244 init_fn, padding, isa, height_tile, width_tile): argument
H A Dgenerate-dwconv-test.py297 init_fn, requantization, is_pipelined, isa): argument
H A Dgenerate-gemm-test.py875 def generate_test_cases(ukernel, mr, nr, kr, sr, xw, k_block, init_fn, argument
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/
H A DOperatorRegistry.h68 explicit OperatorRegisterInit(InitFn* init_fn) { in OperatorRegisterInit()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DShaderRegistry.h73 ShaderRegisterInit(InitFn* init_fn) { in ShaderRegisterInit()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/
H A DShaderRegistry.h77 ShaderRegisterInit(InitFn* init_fn) { in ShaderRegisterInit()
/aosp_15_r20/external/libdav1d/src/loongarch/
H A Dipred.h40 #define init_fn(type0, type1, name, suffix) \ macro
/aosp_15_r20/external/libdav1d/src/x86/
H A Dipred.h35 #define init_fn(type0, type1, name, suffix) \ macro
/aosp_15_r20/external/pytorch/functorch/examples/ensembling/
H A Dparallel_train.py116 def init_fn(num_models): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_custom_class.cpp18 Function* init_fn = instance.type()->findMethod("__init__"); in __call__() local
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload_v1_in_v2.py59 def __init__(self, init_fn, asset_paths): argument

12