Home
last modified time | relevance | path

Searched refs:num_layer (Results 1 – 16 of 16) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_create.c466 WORD32 num_layer; in ixheaacd_count_tracks_per_layer() local
475 num_layer = num_streams; in ixheaacd_count_tracks_per_layer()
477 num_layer = *max_layer; in ixheaacd_count_tracks_per_layer()
478 if (num_layer < 0) num_layer = num_streams; in ixheaacd_count_tracks_per_layer()
480 for (stream = 0; (layer <= num_layer) && (stream < num_streams);) { in ixheaacd_count_tracks_per_layer()
484 if (layer <= num_layer) *tracks_in_layer = 0; in ixheaacd_count_tracks_per_layer()
Dixheaacd_latmdemux.c110 for (lay = 0; lay < latm_element->num_layer; lay++) { in ixheaacd_latm_payload_length_info()
190 latm_element->num_layer = ixheaacd_read_bits_buf(it_bit_buff, 3) + 1; in ixheaacd_latm_stream_mux_config()
192 for (lay = 0; lay < latm_element->num_layer; lay++) { in ixheaacd_latm_stream_mux_config()
Dixheaacd_latmdemux.h49 UWORD32 num_layer; member
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CudnnRNNV3.pbtxt23 [num_layer * dir, batch_size, num_units]. If time_major is false, the shape
24 is [batch_size, num_layer * dir, num_units].
26 [num_layer * dir, batch, num_units]. For other models, it is ignored.
Dapi_def_CudnnRNNBackpropV3.pbtxt23 [num_layer * dir, batch_size, num_units]. If time_major is false, the shape
24 is [batch_size, num_layer * dir, num_units].
26 [num_layer * dir, batch, num_units]. For other models, it is ignored.
Dapi_def_CudnnRNN.pbtxt19 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
22 [num_layer * dir, batch, num_units]. For other models, it is ignored.
Dapi_def_CudnnRNNV2.pbtxt20 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
23 [num_layer * dir, batch, num_units]. For other models, it is ignored.
Dapi_def_CudnnRNNBackprop.pbtxt18 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
21 [num_layer * dir, batch, num_units]. For other models, it is ignored.
Dapi_def_CudnnRNNBackpropV2.pbtxt21 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
24 [num_layer * dir, batch, num_units]. For other models, it is ignored.
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc427 StreamExecutor::createRnnStateTensorDescriptor(int num_layer, int batch_size, in createRnnStateTensorDescriptor() argument
435 return dnn_support->createRnnStateTensorDescriptor(num_layer, batch_size, in createRnnStateTensorDescriptor()
Dstream_executor_pimpl.h429 createRnnStateTensorDescriptor(int num_layer, int batch_size, int data_size,
Ddnn.h2081 createRnnStateTensorDescriptor(int num_layer, int batch_size, int data_size,
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.h70 createRnnStateTensorDescriptor(int num_layer, int batch_size, int data_size,
Dcuda_dnn.cc1863 CudnnSupport::createRnnStateTensorDescriptor(int num_layer, int batch_size, in createRnnStateTensorDescriptor() argument
1867 new CudnnRnnStateTensorDescriptor(parent_, num_layer, batch_size, in createRnnStateTensorDescriptor()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h61 createRnnStateTensorDescriptor(int num_layer, int batch_size, int data_size,
Drocm_dnn.cc2311 MIOpenSupport::createRnnStateTensorDescriptor(int num_layer, int batch_size, in createRnnStateTensorDescriptor() argument
2315 new MIOpenRnnStateTensorDescriptor(num_layer, batch_size, data_size, in createRnnStateTensorDescriptor()