Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for int64Val (0.12 sec)

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

        value {
          type: DT_INT64
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT64
            tensor_shape {
            }
            int64_val: 1
          }
        }
      }
    }
    node {
      name: "training/SGD/SGD/AssignAddVariableOp"
      op: "AssignAddVariableOp"
      input: "training/SGD/iter"
      input: "training/SGD/SGD/Const"
    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 {
          type: DT_INT64
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT64
            tensor_shape {
            }
            int64_val: 1
          }
        }
      }
    }
    node {
      name: "training/LossScaleOptimizer/SGD/AssignAddVariableOp"
      op: "AssignAddVariableOp"
    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. api/go1.txt

    pkg flag, func Float64Var(*float64, string, float64, string)
    pkg flag, func Int(string, int, string) *int
    pkg flag, func Int64(string, int64, string) *int64
    pkg flag, func Int64Var(*int64, string, int64, string)
    pkg flag, func IntVar(*int, string, int, string)
    pkg flag, func Lookup(string) *Flag
    pkg flag, func NArg() int
    pkg flag, func NFlag() int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top