Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for static_size (0.23 sec)

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

    	STATX_MNT_ID_UNIQUE                         = 0x4000
    	STATX_MODE                                  = 0x2
    	STATX_MTIME                                 = 0x40
    	STATX_NLINK                                 = 0x4
    	STATX_SIZE                                  = 0x200
    	STATX_TYPE                                  = 0x1
    	STATX_UID                                   = 0x8
    	STATX__RESERVED                             = 0x80000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

                                                      : input_type.getDimSize(1);
        const int state_size = cell_state.getNumElements();
    
        // Check if the dimension of the inputs matches.
        if ((output_state_size != n_batch * n_output) ||
            (state_size != n_batch * n_cell) ||
            (input_to_output_weights.getDimSize(1) != n_input) ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top