Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 813 for const (0.25 sec)

  1. api/go1.14.txt

    pkg debug/dwarf, const AttrDefaulted Attr
    pkg debug/dwarf, const AttrDeleted = 138
    pkg debug/dwarf, const AttrDeleted Attr
    pkg debug/dwarf, const AttrDigitCount = 95
    pkg debug/dwarf, const AttrDigitCount Attr
    pkg debug/dwarf, const AttrDwoName = 118
    pkg debug/dwarf, const AttrDwoName Attr
    pkg debug/dwarf, const AttrElemental = 102
    pkg debug/dwarf, const AttrElemental Attr
    pkg debug/dwarf, const AttrEndianity = 101
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg io/fs, const ModeIrregular = 524288
    pkg io/fs, const ModeIrregular FileMode
    pkg io/fs, const ModeNamedPipe = 33554432
    pkg io/fs, const ModeNamedPipe FileMode
    pkg io/fs, const ModePerm = 511
    pkg io/fs, const ModePerm FileMode
    pkg io/fs, const ModeSetgid = 4194304
    pkg io/fs, const ModeSetgid FileMode
    pkg io/fs, const ModeSetuid = 8388608
    pkg io/fs, const ModeSetuid FileMode
    pkg io/fs, const ModeSocket = 16777216
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg archive/tar, const TypeChar ideal-char
    pkg archive/tar, const TypeCont ideal-char
    pkg archive/tar, const TypeDir ideal-char
    pkg archive/tar, const TypeFifo ideal-char
    pkg archive/tar, const TypeLink ideal-char
    pkg archive/tar, const TypeReg ideal-char
    pkg archive/tar, const TypeRegA ideal-char
    pkg archive/tar, const TypeSymlink ideal-char
    pkg archive/tar, const TypeXGlobalHeader ideal-char
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. api/go1.6.txt

    pkg debug/elf, const R_MIPS_PC16 R_MIPS
    pkg debug/elf, const R_MIPS_PJUMP = 35
    pkg debug/elf, const R_MIPS_PJUMP R_MIPS
    pkg debug/elf, const R_MIPS_REL16 = 33
    pkg debug/elf, const R_MIPS_REL16 R_MIPS
    pkg debug/elf, const R_MIPS_REL32 = 3
    pkg debug/elf, const R_MIPS_REL32 R_MIPS
    pkg debug/elf, const R_MIPS_RELGOT = 36
    pkg debug/elf, const R_MIPS_RELGOT R_MIPS
    pkg debug/elf, const R_MIPS_SCN_DISP = 32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 13 23:40:13 GMT 2016
    - 12.9K bytes
    - Viewed (0)
  5. tensorflow/c/c_test_util.cc

                              const char* name) {
      unique_tensor_ptr tensor(BoolTensor(v), TF_DeleteTensor);
      return Const(tensor.get(), graph, s, name);
    }
    
    TF_Operation* ScalarConst(int32_t v, TF_Graph* graph, TF_Status* s,
                              const char* name) {
      unique_tensor_ptr tensor(Int32Tensor(v), TF_DeleteTensor);
      return Const(tensor.get(), graph, s, name);
    }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:52 GMT 2021
    - 17.8K bytes
    - Viewed (2)
  6. tensorflow/c/c_api_test.cc

        //        |         |
        //      Const_0    Const_1
        //
        const float const0_val[] = {1.0, 2.0, 3.0, 4.0};
        const float const1_val[] = {1.0, 0.0, 0.0, 1.0};
        TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0");
        TF_Operation* const1 = FloatConst2x2(graph_, s_, const1_val, "Const_1");
        TF_Operation* matmul = MatMul(graph_, s_, const0, const1, "MatMul");
        inputs[0] = TF_Output{const0, 0};
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 96.9K bytes
    - Viewed (3)
  7. api/go1.10.txt

    pkg debug/elf, const R_386_PC16 R_386
    pkg debug/elf, const R_386_PC8 = 23
    pkg debug/elf, const R_386_PC8 R_386
    pkg debug/elf, const R_386_SIZE32 = 38
    pkg debug/elf, const R_386_SIZE32 R_386
    pkg debug/elf, const R_386_TLS_DESC = 41
    pkg debug/elf, const R_386_TLS_DESC R_386
    pkg debug/elf, const R_386_TLS_DESC_CALL = 40
    pkg debug/elf, const R_386_TLS_DESC_CALL R_386
    pkg debug/elf, const R_386_TLS_GOTDESC = 39
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  8. tensorflow/c/eager/gradients.cc

    }
    Status SetAttrTensor(AbstractOperation* op_, const char* attr_name,
                         AbstractTensorInterface* tensor,
                         ForwardOperation* forward_op_) {
      return tensorflow::errors::Unimplemented(
          "SetAttrTensor has not been implemented yet.");
    }
    Status SetAttrStringList(AbstractOperation* op_, const char* attr_name,
                             const void* const* values, const size_t* lengths,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Feb 15 09:49:45 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  9. api/except.txt

    pkg os, const ModeDir FileMode
    pkg os, const ModeExclusive FileMode
    pkg os, const ModeIrregular FileMode
    pkg os, const ModeNamedPipe FileMode
    pkg os, const ModePerm FileMode
    pkg os, const ModeSetgid FileMode
    pkg os, const ModeSetuid FileMode
    pkg os, const ModeSocket FileMode
    pkg os, const ModeSticky FileMode
    pkg os, const ModeSymlink FileMode
    pkg os, const ModeTemporary FileMode
    pkg os, const ModeType = 2399141888
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  10. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_CALL26 = 283
    pkg debug/elf, const R_AARCH64_CALL26 R_AARCH64
    pkg debug/elf, const R_AARCH64_CONDBR19 = 280
    pkg debug/elf, const R_AARCH64_CONDBR19 R_AARCH64
    pkg debug/elf, const R_AARCH64_COPY = 1024
    pkg debug/elf, const R_AARCH64_COPY R_AARCH64
    pkg debug/elf, const R_AARCH64_GLOB_DAT = 1025
    pkg debug/elf, const R_AARCH64_GLOB_DAT R_AARCH64
    pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 = 309
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top