Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for setEnum (0.24 sec)

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

    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    	SYS_CLOSEFROM                = 509 // { int closefrom(int lowfd); }
    	SYS___SEMCTL                 = 510 // { int __semctl(int semid, int semnum, int cmd, union semun *arg); }
    	SYS_MSGCTL                   = 511 // { int msgctl(int msqid, int cmd, struct msqid_ds *buf); }
    	SYS_SHMCTL                   = 512 // { int shmctl(int shmid, int cmd, struct shmid_ds *buf); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    	SYS_CLOSEFROM                = 509 // { int closefrom(int lowfd); }
    	SYS___SEMCTL                 = 510 // { int __semctl(int semid, int semnum, int cmd, union semun *arg); }
    	SYS_MSGCTL                   = 511 // { int msgctl(int msqid, int cmd, struct msqid_ds *buf); }
    	SYS_SHMCTL                   = 512 // { int shmctl(int shmid, int cmd, struct shmid_ds *buf); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    	SYS_CLOSEFROM                = 509 // { int closefrom(int lowfd); }
    	SYS___SEMCTL                 = 510 // { int __semctl(int semid, int semnum, int cmd, union semun *arg); }
    	SYS_MSGCTL                   = 511 // { int msgctl(int msqid, int cmd, struct msqid_ds *buf); }
    	SYS_SHMCTL                   = 512 // { int shmctl(int shmid, int cmd, struct shmid_ds *buf); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/legalize_tf.cc

        Operation* op, PatternRewriter& rewriter) const {
      auto tf_unpack_op = cast<TF::UnpackOp>(op);
    
      auto input = tf_unpack_op.getValue();
      auto num = rewriter.getI32IntegerAttr(tf_unpack_op.getNum());
      // Axis can be negative.
      auto axis = rewriter.getI32IntegerAttr(tf_unpack_op.getAxis());
    
      rewriter.replaceOpWithNewOp<UnpackOp>(op, tf_unpack_op.getOutput().getTypes(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 20:06:54 UTC 2024
    - 45.2K bytes
    - Viewed (1)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Sec  uint32
    	Usec uint32
    }
    
    type TpacketHdrV1 struct {
    	Block_status        uint32
    	Num_pkts            uint32
    	Offset_to_first_pkt uint32
    	Blk_len             uint32
    	Seq_num             uint64
    	Ts_first_pkt        TpacketBDTS
    	Ts_last_pkt         TpacketBDTS
    }
    
    type TpacketReq struct {
    	Block_size uint32
    	Block_nr   uint32
    	Frame_size uint32
    	Frame_nr   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        if (!result_type || !result_type.hasStaticShape()) {
          return failure();
        }
    
        DenseIntElementsAttr num_attr;
        if (!matchPattern(op.getNum(), m_Constant(&num_attr))) {
          return rewriter.notifyMatchFailure(op, "Num must be a constant scalar");
        }
    
        if (num_attr.begin() == num_attr.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (1)
  7. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        // The unpack & pack should have the same axis & num inputs/outputs.
        if (pack_op.getAxis() != input_unpack_op.getAxis() ||
            pack_op.getValuesCount() != input_unpack_op.getNum())
          return failure();
    
        const int total_pack_inputs = pack_op.getNumOperands();
        const int num_results = input_unpack_op.getNumResults();
        if (total_pack_inputs != num_results) return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      if (values->size() != types->size()) return false;
      for (::flatbuffers::uoffset_t i = 0; i < values->size(); ++i) {
        if (!VerifyQuantizationDetails(
            verifier,  values->Get(i), types->GetEnum<QuantizationDetails>(i))) {
          return false;
        }
      }
      return true;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"COFFSymbolAuxFormat5", Type, 19},
    		{"COFFSymbolAuxFormat5.Checksum", Field, 19},
    		{"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19},
    		{"COFFSymbolAuxFormat5.NumRelocs", Field, 19},
    		{"COFFSymbolAuxFormat5.SecNum", Field, 19},
    		{"COFFSymbolAuxFormat5.Selection", Field, 19},
    		{"COFFSymbolAuxFormat5.Size", Field, 19},
    		{"COFFSymbolSize", Const, 1},
    		{"DataDirectory", Type, 3},
    		{"DataDirectory.Size", Field, 3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top