Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetIsPositive (0.09 sec)

  1. tensorflow/cc/gradients/math_grad.cc

    }
    
    // Helper function for unsorted segment ops.
    // Returns a mask of where 'ids' are positive, reshaped so that it will be
    // broadcastable to the result shape of gathering params by ids.
    Output GetIsPositive(const Scope& scope, const Output& params,
                         const Output& ids) {
      Output is_positive = GreaterEqual(scope, ids, ZerosLike(scope, ids));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
Back to top