Home
last modified time | relevance | path

Searched refs:input_max_backprop (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantize_and_dequantize_op_gpu.cu.cc64 typename TTypes<T>::Scalar input_max_backprop) { in operator ()()
67 input_min_backprop, input_max_backprop); in operator ()()
80 typename TTypes<T>::Flat input_max_backprop) { in operator ()()
83 input_min_backprop, input_max_backprop); in operator ()()
Dquantize_and_dequantize_op.h71 typename TTypes<T>::Scalar input_max_backprop);
82 typename TTypes<T>::Flat input_max_backprop);
282 typename TTypes<T>::Scalar input_max_backprop) { in Compute()
290 input_max_backprop.device(d) = input_max_backprop.constant(0.0f); in Compute()
303 typename TTypes<T>::Flat input_max_backprop) { in Compute()
319 input_max_backprop.device(d) = input_max_backprop.constant(0.0f); in Compute()
Dquantize_and_dequantize_op.cc180 Tensor* input_max_backprop; in Compute() local
182 ctx->allocate_output(2, min_max_shape, &input_max_backprop)); in Compute()
190 input_max_backprop->template scalar<T>()); in Compute()
199 input_max_backprop->template flat<T>()); in Compute()
380 typename TTypes<T>::Scalar input_max_backprop) { in operator ()()
383 input_min_backprop, input_max_backprop); in operator ()()
396 typename TTypes<T>::Flat input_max_backprop) { in operator ()()
399 input_min_backprop, input_max_backprop); in operator ()()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DQuantizeAndDequantizeV4Grad.pbtxt28 name: "input_max_backprop"
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad.cc106 grad_outputs->push_back(qdq_v4_grad.input_max_backprop); in QuantizeAndDequantizeV4GradHelper()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go598 …4GradAttr) (input_backprop tf.Output, input_min_backprop tf.Output, input_max_backprop tf.Output) {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt30367 name: "input_max_backprop"