Searched refs:num_param (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_compiler.c91 // and get rid perhaps of num_param..
92 unsigned num_position, num_param; member in struct:fd2_compile_context
144 ctx->num_param = 0;
182 ctx->num_param++;
193 ctx->num_param++;
1004 if (ctx->num_param > 0) {
1007 ctx->num_param - 1);
1008 ctx->num_param = 0;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3117 unsigned num_param = 0; local
3137 context_ptr = LLVMGetParam(function, num_param++);
3139 thread_data_ptr = LLVMGetParam(function, num_param++);
3142 coords[i] = LLVMGetParam(function, num_param++);
3149 coords[layer] = LLVMGetParam(function, num_param++);
3152 coords[4] = LLVMGetParam(function, num_param++);
3156 offsets[i] = LLVMGetParam(function, num_param++);
3161 lod = LLVMGetParam(function, num_param++);
3165 derivs.ddx[i] = LLVMGetParam(function, num_param++);
3166 derivs.ddy[i] = LLVMGetParam(function, num_param
3272 unsigned num_param = 0; local
[all...]
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtopology.py854 num_param = len(layer.weights)
855 layer_weights = weights[:num_param]
858 weights = weights[num_param:]
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Drecurrent.py205 num_param = len(cell.weights)
206 weights = weights[:num_param]
209 weights = weights[num_param:]

Completed in 1767 milliseconds