Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Bias (0.37 sec)

  1. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

      }
    }
    node {
      name: "training/SGD/SGD/update_fc1000/bias/ResourceApplyKerasMomentum"
      op: "ResourceApplyKerasMomentum"
      input: "fc1000/bias"
      input: "training/SGD/fc1000/bias/momentum"
      input: "training/SGD/SGD/update_fc1000/bias/ResourceApplyKerasMomentum/ReadVariableOp"
      input: "training/SGD/gradients/AddN"
      input: "training/SGD/SGD/update_fc1000/bias/ResourceApplyKerasMomentum/ReadVariableOp_1"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

        value {
          b: false
        }
      }
    }
    node {
      name: "training/LossScaleOptimizer/gradients/loss_1/fc1000/bias/Regularizer/Square_grad/Mul_1"
      op: "Mul"
      input: "loss_1/fc1000/bias/Regularizer/Square/ReadVariableOp"
      input: "training/LossScaleOptimizer/gradients/loss_1/fc1000/bias/Regularizer/Square_grad/Mul"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      void add_radius(int32_t radius) {
        fbb_.AddElement<int32_t>(LocalResponseNormalizationOptions::VT_RADIUS, radius, 0);
      }
      void add_bias(float bias) {
        fbb_.AddElement<float>(LocalResponseNormalizationOptions::VT_BIAS, bias, 0.0f);
      }
      void add_alpha(float alpha) {
        fbb_.AddElement<float>(LocalResponseNormalizationOptions::VT_ALPHA, alpha, 0.0f);
      }
      void add_beta(float beta) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (windows-386), type Timeval struct, Usec int32
    pkg syscall (windows-386), type Timezoneinformation struct
    pkg syscall (windows-386), type Timezoneinformation struct, Bias int32
    pkg syscall (windows-386), type Timezoneinformation struct, DaylightBias int32
    pkg syscall (windows-386), type Timezoneinformation struct, DaylightDate Systemtime
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/trace_viewer_full.html

    Year,wMonth,wDayOfWeek,wDay,wHour,wMinute,wSecond,wMilliseconds};},decodeTimeZoneInformation(){const bias=this.decodeUInt32();const standardName=this.decodeFixedW16String(32);const standardDate=this.decodeSystemTime();const standardBias=this.decodeUInt32();const daylightName=this.decodeFixedW16String(32);const daylightDate=this.decodeSystemTime();const daylightBias=this.decodeUInt32();return{bias,standardName,standardDate,standardBias,daylightName,daylightDate,daylightBias};}};function EtwImport...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top