Home
last modified time | relevance | path

Searched defs:layer_type (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native.c150 DNNLayerType layer_type; in ff_dnn_load_model_native() local
384 DNNLayerType layer_type = native_model->layers[layer].type; in execute_model_native() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/
Dthor.py229 def get_layer_counter(layer_type, layer_counter, params, idx): argument
785 def _get_weight_idx_map(self, layer_type, idx, weight_shape): argument
/third_party/mesa3d/src/amd/vulkan/meta/
Dradv_meta_clear.c43 const struct glsl_type *layer_type = glsl_int_type(); in build_color_shaders() local
312 const struct glsl_type *layer_type = glsl_int_type(); in build_depthstencil_shader() local
/third_party/vulkan-loader/tests/
Dloader_settings_tests.cpp49 …r_and_settings(FrameworkEnvironment& env, const char* layer_name, LayerType layer_type, const char… in add_layer_and_settings()