Searched defs:layer_type (Results 1 – 4 of 4) sorted by relevance
150 DNNLayerType layer_type; in ff_dnn_load_model_native() local384 DNNLayerType layer_type = native_model->layers[layer].type; in execute_model_native() local
229 def get_layer_counter(layer_type, layer_counter, params, idx): argument785 def _get_weight_idx_map(self, layer_type, idx, weight_shape): argument
43 const struct glsl_type *layer_type = glsl_int_type(); in build_color_shaders() local312 const struct glsl_type *layer_type = glsl_int_type(); in build_depthstencil_shader() local
49 …r_and_settings(FrameworkEnvironment& env, const char* layer_name, LayerType layer_type, const char… in add_layer_and_settings()