Searched refs:input_min_ (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantize_and_dequantize_op.cc157 OP_REQUIRES_OK(ctx, ctx->GetAttr("input_min", &input_min_));
161 ctx, input_min_ <= input_max_,
162 errors::InvalidArgument("Invalid range: input_min ", input_min_,
177 input_min_tensor.template scalar<T>()() = static_cast<T>(input_min_);
190 float input_min_; member in class:tensorflow::QuantizeAndDequantizeOp

Completed in 102 milliseconds