Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sc_x (0.03 sec)

  1. tensorflow/cc/gradients/math_grad.cc

      Output max = op.input(2);
    
      Output s_x = Shape(scope, x);
      Output s_min = Shape(scope, min);
      Output s_max = Shape(scope, max);
    
      Output min_mask = Less(scope, x, min);
      Output max_mask = Greater(scope, x, max);
    
      auto r_min = internal::BroadcastGradientArgs(scope, s_x, s_min);
      auto r_max = internal::BroadcastGradientArgs(scope, s_x, s_max);
    
      Output grad = grad_inputs[0];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          return signalPassFailure();
        } else if (def_op == backward_caller) {
          loop_body_func->emitOpError(
              "Unexpected loop carried variable dependency on sc_");
          return signalPassFailure();
        } else if (llvm::isa<BlockArgument>(operand)) {
          // pass
        } else {
          // This should never happen.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top