Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for conv_2d (0.3 sec)

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

          type: DT_INT32
        }
      }
      attr {
        key: "keep_dims"
        value {
          b: false
        }
      }
    }
    node {
      name: "conv1_1/Conv2D"
      op: "Conv2D"
      input: "conv1_pad_1/Pad"
      input: "conv1_1/Conv2D/Cast"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_HALF
        }
      }
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

            }
            tensor_content: "\007\000\000\000\007\000\000\000\003\000\000\000@\000\000\000"
          }
        }
      }
    }
    node {
      name: "conv1_1/Conv2D"
      op: "Conv2D"
      input: "conv1_pad_1/Pad"
      input: "conv1_1/Conv2D/ReadVariableOp"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      };
      return values;
    }
    
    inline const char * const *EnumNamesBuiltinOperator() {
      static const char * const names[208] = {
        "ADD",
        "AVERAGE_POOL_2D",
        "CONCATENATION",
        "CONV_2D",
        "DEPTHWISE_CONV_2D",
        "DEPTH_TO_SPACE",
        "DEQUANTIZE",
        "EMBEDDING_LOOKUP",
        "FLOOR",
        "FULLY_CONNECTED",
        "HASHTABLE_LOOKUP",
        "L2_NORMALIZATION",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top