Home
last modified time | relevance | path

Searched refs:total_depth (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm.cc688 const int total_depth = input_depth + activation_depth; in Prepare() local
692 TF_LITE_ENSURE_EQ(context, weights->dims->data[1], total_depth); in Prepare()
716 concat_temp_size->data[1] = total_depth; in Prepare()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h579 GLint total_depth,
Dmeta.c2509 GLint total_depth, in _mesa_meta_setup_texture_coords() argument
2549 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()