Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FusedBatchNormGradV3 (0.23 sec)

  1. tensorflow/cc/gradients/nn_grad.cc

             StringPiece data_format, bool is_training,
             std::vector<Output>* grad_outputs) {
            FusedBatchNormGradV3 grad(
                scope, grad_y, x, scale, reserve_spaces[0], reserve_spaces[1],
                reserve_spaces[2],
                FusedBatchNormGradAttrs<FusedBatchNormGradV3::Attrs>(
                    epsilon, data_format, is_training));
            grad_outputs->push_back(grad.x_backprop);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 23:34:33 UTC 2022
    - 24.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        // CHECK: %[[x_backprop:.*]] = mhlo.convert %[[mul3]] : tensor<8x8x8x8xf32>
        // CHECK: return %[[x_backprop]] : tensor<8x8x8x8xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top