Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ComputeTheoreticalJacobianTranspose (0.34 sec)

  1. tensorflow/cc/framework/gradient_checker.cc

    SET_JACOBIAN_STRIDE(float, 1);
    SET_JACOBIAN_STRIDE(double, 1);
    SET_JACOBIAN_STRIDE(complex64, 2);
    SET_JACOBIAN_STRIDE(complex128, 2);
    
    template <typename X_T, typename Y_T, typename JAC_T>
    Status ComputeTheoreticalJacobianTranspose(
        const Scope& scope, const OutputList& xs,
        const std::vector<TensorShape>& x_shapes,
        const std::vector<Tensor>& x_datas, const OutputList& ys,
        const std::vector<TensorShape>& y_shapes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top