Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Const_2 (0.29 sec)

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

      name: "bn_conv1_1/FusedBatchNorm"
      op: "FusedBatchNorm"
      input: "conv1_1/Conv2D"
      input: "bn_conv1_1/ReadVariableOp"
      input: "bn_conv1_1/ReadVariableOp_1"
      input: "bn5a_branch1_1/Const_1"
      input: "bn5a_branch1_1/Const_1"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "data_format"
    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

      name: "bn_conv1_1/FusedBatchNormV2"
      op: "FusedBatchNormV2"
      input: "conv1_1/Conv2D"
      input: "bn_conv1_1/ReadVariableOp"
      input: "bn_conv1_1/ReadVariableOp_1"
      input: "bn5a_branch1_1/Const_1"
      input: "bn5a_branch1_1/Const_1"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_HALF
        }
      }
      attr {
        key: "U"
    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. src/cmd/compile/internal/ssa/opGen.go

    		auxType: auxInt8,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const16",
    		auxType: auxInt16,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const32",
    		auxType: auxInt32,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const64",
    		auxType: auxInt64,
    		argLen:  0,
    		generic: true,
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top