Searched refs:host_reserved (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CudnnRNNBackpropV2.pbtxt | 7 "host_reserved" inupt than CudnnRNNBackprop, which is used to determine RNN 39 host_reserved: The same host_reserved produced in the forward operation.
|
D | api_def_CudnnRNNV2.pbtxt | 7 buffer. Produces one extra output "host_reserved" than CudnnRNN. 36 host_reserved: An opaque tensor that can be used in backprop calculation. It is
|
/external/tensorflow/tensorflow/python/ops/ |
D | cudnn_rnn_grad.py | 67 host_reserved=op.outputs[4], 96 host_reserved=op.outputs[4],
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cudnn_rnn_ops.cc | 1847 const Tensor* host_reserved = nullptr; in GetAlgorithm() local 1848 TF_RETURN_IF_ERROR(context->input("host_reserved", &host_reserved)); in GetAlgorithm() 1850 auto host_reserved_int8 = host_reserved->vec<int8>(); in GetAlgorithm()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 4798 …prop tf.Output, output_c_backprop tf.Output, reserve_space tf.Output, host_reserved tf.Output, opt… 4809 …t_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, host_reserved, 4912 …prop tf.Output, output_c_backprop tf.Output, reserve_space tf.Output, host_reserved tf.Output, opt… 4923 …t_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, host_reserved, 5025 …Output, output_h tf.Output, output_c tf.Output, reserve_space tf.Output, host_reserved tf.Output) { 17225 …Output, output_h tf.Output, output_c tf.Output, reserve_space tf.Output, host_reserved tf.Output) {
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 741 …', \'output_h_backprop\', \'output_c_backprop\', \'reserve_space\', \'host_reserved\', \'rnn_mode\… 745 …', \'output_h_backprop\', \'output_c_backprop\', \'reserve_space\', \'host_reserved\', \'rnn_mode\…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 741 …', \'output_h_backprop\', \'output_c_backprop\', \'reserve_space\', \'host_reserved\', \'rnn_mode\… 745 …', \'output_h_backprop\', \'output_c_backprop\', \'reserve_space\', \'host_reserved\', \'rnn_mode\…
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 7524 name: "host_reserved" 7670 name: "host_reserved" 8128 name: "host_reserved" 8253 name: "host_reserved"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v1.pbtxt | 16986 name: "host_reserved" 17132 name: "host_reserved" 17278 name: "host_reserved" 17736 name: "host_reserved" 17861 name: "host_reserved" 17986 name: "host_reserved"
|
D | ops_history.v2.pbtxt | 16928 name: "host_reserved" 17074 name: "host_reserved" 17525 name: "host_reserved" 17650 name: "host_reserved"
|