Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Devoffset (0.65 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), type Log2phys_t struct
    pkg syscall (darwin-arm64), type Log2phys_t struct, Contigbytes int64
    pkg syscall (darwin-arm64), type Log2phys_t struct, Devoffset int64
    pkg syscall (darwin-arm64), type Log2phys_t struct, Flags uint32
    pkg syscall (darwin-arm64), type Msghdr struct
    pkg syscall (darwin-arm64), type Msghdr struct, Control *uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                                                mean_var_type, mean_var_type};
          auto bn_train_op = rewriter.create<mhlo::BatchNormTrainingOp>(
              op.getLoc(), operand_types, bn_train_input, op.getScale(),
              op.getOffset(), op.getEpsilon(), feature_dim.getInt());
          // HLO op outputs a tuple of tensors. Extract those results.
          Value y_out = bn_train_op.getResult(0);
          Value batch_mean = bn_train_op.getResult(1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top