Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isPositive (0.12 sec)

  1. tensorflow/cc/gradients/math_grad.cc

                                        /*axis=*/0);
      is_positive = Reshape(scope, is_positive, broadcastable_shape);
      is_positive = LogicalAnd(scope, is_positive, OnesLike(scope, is_positive));
      return is_positive;
    }
    
    // Helper function for unsorted segment ops.
    // Gathers params for positive segment ids and gathers 0 for inputs with
    // negative segment id.
    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