Home
last modified time | relevance | path

Searched refs:etna_ml_create_resource (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_ml_nn.c196 struct pipe_resource *output_res = etna_ml_create_resource(context, new_size); in pointwise_to_2x2()
228 struct pipe_resource *output_res = etna_ml_create_resource(context, new_size); in expand_depthwise()
258 …struct pipe_resource *output_res = etna_ml_create_resource(context, pipe_buffer_size(operation->we… in reorder_for_hw_depthwise()
295 output_res = etna_ml_create_resource(context, new_size); in transpose()
389 output_res = etna_ml_create_resource(context, new_size); in strided_to_normal()
605 operation->weight_tensor = etna_ml_create_resource(context, 8); in etna_ml_lower_add()
616 operation->bias_tensor = etna_ml_create_resource(context, 4); in etna_ml_lower_add()
624 …operation->weight_tensor = etna_ml_create_resource(context, operation->input_channels * operation-… in etna_ml_lower_add()
648 operation->bias_tensor = etna_ml_create_resource(context, 4 * operation->output_channels); in etna_ml_lower_add()
Detnaviv_ml.h128 struct pipe_resource *etna_ml_create_resource(struct pipe_context *pctx, size_t size);
Detnaviv_ml.c68 res = etna_ml_create_resource(context, size); in etna_ml_create_tensor()
104 etna_ml_create_resource(struct pipe_context *pctx, size_t size) in etna_ml_create_resource() function
Detnaviv_ml_nn_v8.c162 …struct pipe_resource *output_res = etna_ml_create_resource(context, pipe_buffer_size(operation->we… in reorder_for_hw_depthwise()