Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for QuantizeAndDequantizeV4 (1 sec)

  1. tensorflow/cc/framework/fuzzing/cc_op_fuzz_gen.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jan 27 16:26:51 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. tensorflow/cc/gradients/array_grad.cc

      grad_outputs->push_back(qdq_v4_grad.input_min_backprop);
      grad_outputs->push_back(qdq_v4_grad.input_max_backprop);
      return scope.status();
    }
    REGISTER_GRADIENT_OP("QuantizeAndDequantizeV4",
                         QuantizeAndDequantizeV4GradHelper);
    
    Status QuantizeAndDequantizeV3Grad(const Scope& scope, const Operation& op,
                                       const std::vector<Output>& grad_inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 10 23:33:32 UTC 2023
    - 31.7K bytes
    - Viewed (0)
Back to top