Home
last modified time | relevance | path

Searched refs:ParamsSizeInBytes (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc1172 int64_t params_size_in_bytes = rnn_desc->ParamsSizeInBytes(); in Compute()
1245 int64_t params_size_in_bytes = rnn_desc->ParamsSizeInBytes(); in Compute()
1422 int64_t params_size_in_bytes = rnn_desc->ParamsSizeInBytes(); in Compute()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc1393 int64_t ParamsSizeInBytes() const override { in ParamsSizeInBytes() function in stream_executor::gpu::CudnnRnnDescriptor
1848 rnn_desc.ParamsSizeInBytes()) { in CheckRNNParameterSize()
2012 /*weightSpaceSize=*/rnn_desc.ParamsSizeInBytes(), in DoRnnForwardImpl()
2222 /*weightSpaceSize=*/rnn_desc.ParamsSizeInBytes(), in DoRnnBackwardImpl()
2243 /*weightSpaceSize=*/rnn_desc.ParamsSizeInBytes(), in DoRnnBackwardImpl()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.h173 virtual int64_t ParamsSizeInBytes() const { return -1; } in ParamsSizeInBytes() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc1866 int64_t ParamsSizeInBytes() const override { in ParamsSizeInBytes() function in stream_executor::gpu::MIOpenRnnDescriptor
2099 rnn_desc.ParamsSizeInBytes(); in CheckRNNParameterSize()