Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for broadcastable (0.15 sec)

  1. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      // Training with non-broadcastable shape
      %cst = arith.constant dense<0.0> : tensor<4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  2. tensorflow/cc/gradients/math_grad.cc

      return Maximum(scope, ids, ZerosLike(scope, ids));
    }
    
    // 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