HomeSort by relevance Sort by last modified time
    Searched refs:input_max (Results 26 - 29 of 29) sorted by null

12

  /external/tensorflow/tensorflow/core/kernels/
mkl_concat_op.cc 250 float input_max = input_maxes[0].flat<float>()(0); local
256 if (fabs(input_min - min) > eps || fabs(input_max - max) > eps) {
  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_test.cc 593 auto input_max = FLT_MIN; local
595 [&](int64, int64, float* v) { input_max = std::max(input_max, *v); });
596 ComputeAndCompareR0<float>(&builder, input_max, {}, ErrorSpec(0.0001));
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes.cc 308 // If the user has passed in the input_min and input_max args, then we need to
315 float input_max; local
317 TF_RETURN_IF_ERROR(ExtractRangeFromParams(context, "input_min", "input_max",
318 &input_min, &input_max,
353 max_tensor.flat<float>()(0) = input_max;
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 337 milliseconds

12