Home
last modified time | relevance | path

Searched refs:createRnnSequenceTensorDescriptor (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc384 StreamExecutor::createRnnSequenceTensorDescriptor(int max_seq_length, in createRnnSequenceTensorDescriptor() function in stream_executor::StreamExecutor
392 return dnn_support->createRnnSequenceTensorDescriptor( in createRnnSequenceTensorDescriptor()
397 StreamExecutor::createRnnSequenceTensorDescriptor( in createRnnSequenceTensorDescriptor() function in stream_executor::StreamExecutor
406 return dnn_support->createRnnSequenceTensorDescriptor( in createRnnSequenceTensorDescriptor()
Dstream_executor_pimpl.h426 createRnnSequenceTensorDescriptor(int max_seq_length, int batch_size,
430 createRnnSequenceTensorDescriptor(int max_seq_length, int batch_size,
Ddnn.h2132 createRnnSequenceTensorDescriptor(int max_seq_length, int batch_size, in createRnnSequenceTensorDescriptor() function
2139 createRnnSequenceTensorDescriptor(int max_seq_length, int batch_size, in createRnnSequenceTensorDescriptor() function
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc709 auto input_desc_s = executor->createRnnSequenceTensorDescriptor( in CreateForwardAndBackwardIODescriptors()
715 auto input_desc_s = executor->createRnnSequenceTensorDescriptor( in CreateForwardAndBackwardIODescriptors()
722 auto input_desc_s = executor->createRnnSequenceTensorDescriptor( in CreateForwardAndBackwardIODescriptors()
762 auto output_desc_s = executor->createRnnSequenceTensorDescriptor( in CreateForwardAndBackwardIODescriptors()
768 auto output_desc_s = executor->createRnnSequenceTensorDescriptor( in CreateForwardAndBackwardIODescriptors()
775 auto output_desc_s = executor->createRnnSequenceTensorDescriptor( in CreateForwardAndBackwardIODescriptors()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.h59 createRnnSequenceTensorDescriptor(int max_seq_length, int batch_size,
64 createRnnSequenceTensorDescriptor(int max_seq_length, int batch_size,
Dcuda_dnn.cc2093 CudnnSupport::createRnnSequenceTensorDescriptor(int max_seq_length, in createRnnSequenceTensorDescriptor() function in stream_executor::gpu::CudnnSupport
2105 CudnnSupport::createRnnSequenceTensorDescriptor( in createRnnSequenceTensorDescriptor() function in stream_executor::gpu::CudnnSupport
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h93 createRnnSequenceTensorDescriptor(int seq_length, int batch_size,
Drocm_dnn.cc2550 MIOpenSupport::createRnnSequenceTensorDescriptor(int seq_length, int batch_size, in createRnnSequenceTensorDescriptor() function in stream_executor::gpu::MIOpenSupport