Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for int_spl (0.4 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	IFT_SMDSICIP                  = 0x34
    	IFT_SN                        = 0x38
    	IFT_SONET                     = 0x27
    	IFT_SONETPATH                 = 0x32
    	IFT_SONETVT                   = 0x33
    	IFT_SP                        = 0x39
    	IFT_STARLAN                   = 0xb
    	IFT_T1                        = 0x12
    	IFT_TUNNEL                    = 0x3b
    	IFT_ULTRA                     = 0x1d
    	IFT_V35                       = 0x2d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	IFT_SMDSICIP                  = 0x34
    	IFT_SN                        = 0x38
    	IFT_SONET                     = 0x27
    	IFT_SONETPATH                 = 0x32
    	IFT_SONETVT                   = 0x33
    	IFT_SP                        = 0x39
    	IFT_STARLAN                   = 0xb
    	IFT_T1                        = 0x12
    	IFT_TUNNEL                    = 0x3b
    	IFT_ULTRA                     = 0x1d
    	IFT_V35                       = 0x2d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/filesystem/filesystem_interface.h

    } TF_TransactionToken;
    
    // The named union is needed here (as opposed to
    // inside the `TF_Filesystem_Option_Value` struct)
    // as MSVC does not recognize `typeof`.
    typedef union TF_Filesystem_Option_Value_Union {
      int64_t int_val;
      double real_val;
      struct {
        char* buf;
        int buf_length;
      } buffer_val;
    } TF_Filesystem_Option_Value_Union;
    
    typedef struct TF_Filesystem_Option_Value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              }
              attr {
                key: "value"
                value {
                  tensor {
                    dtype: DT_INT32
                    tensor_shape {
                    }
                    int_val: 1
                  }
                }
              }
            }
            node_def {
              name: "ShardedFilename/shard"
              op: "Const"
              device: "/device:CPU:0"
              attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
              dim {
                size: 1
              }
            }
            int_val: 0
          }
        }
      }
    }
    node {
      name: "metrics_2/sparse_categorical_accuracy/ArgMax/dimension"
      op: "Const"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "dtype"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
              dim {
                size: 1
              }
            }
            int_val: -1
          }
        }
      }
    }
    node {
      name: "count_3"
      op: "VarHandleOp"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "container"
        value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
Back to top