Searched refs:total_depth (Results 1 – 3 of 3) sorted by relevance
688 const int total_depth = input_depth + activation_depth; in Prepare() local692 TF_LITE_ENSURE_EQ(context, weights->dims->data[1], total_depth); in Prepare()716 concat_temp_size->data[1] = total_depth; in Prepare()
579 GLint total_depth,
2509 GLint total_depth, in _mesa_meta_setup_texture_coords() argument2549 assert(slice < total_depth); in _mesa_meta_setup_texture_coords()2550 assert(total_depth >= 1); in _mesa_meta_setup_texture_coords()2551 r = (slice + 0.5f) / total_depth; in _mesa_meta_setup_texture_coords()