Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for insta (0.09 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    Wei Xiao <******@****.***> 1500351937 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          }
          if (auto custom_op = dyn_cast<mlir::TFL::CustomOp>(inst)) {
            return BuildCustomOperator(inst, custom_op, operands, results);
          }
          if (auto whileOp = dyn_cast<mlir::TFL::WhileOp>(inst)) {
            if (inst->getNumOperands() != inst->getNumResults()) {
              inst->emitOpError(
                  "number of operands and results don't match, only canonical "
                  "TFL While supported");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    		if int32(int16(v)) != v {
    			log.Fatalf("mishandled instruction %v", p)
    		}
    		// Offsets in DS form stores must be a multiple of 4
    		inst := c.opstore(p.As)
    		if c.opform(inst) == DS_FORM && v&0x3 != 0 {
    			log.Fatalf("invalid offset for DS form load/store %v", p)
    		}
    		o1 = AOP_IRR(inst, uint32(p.From.Reg), uint32(r), uint32(v))
    
    	case 8: /* mov soreg, r ==> lbz/lhz/lwz o(r), lbz o(r) + extsb r,r */
    		r := int(p.From.Reg)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

              "Graph not traversed in reverse post order; use seen before def!");
        mlir::Operation* inst = node_values_[input_node.id()];
        if (input_edge->IsControlEdge())
          control_operands.push_back(inst->getResult(inst->getNumResults() - 1));
        else
          result.operands.push_back(inst->getResult(input_edge->src_output()));
      }
    
      using FuncPairType = std::pair<const std::string*, const AttrValue*>;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/x86/asm6.go

    // and hold assembly state.
    type AsmBuf struct {
    	buf      [100]byte
    	off      int
    	rexflag  int
    	vexflag  bool // Per inst: true for VEX-encoded
    	evexflag bool // Per inst: true for EVEX-encoded
    	rep      bool
    	repn     bool
    	lock     bool
    
    	evex evexBits // Initialized when evexflag is true
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. cmd/testdata/decryptObjectInfo.json.zst

    Key":"IAAfAKB7mzuLdFnCG5IC/axDcFVtQANvSAnq3hA==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"+9WbTyx+bRebHTxDPzmpLq0zeKDa=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAOv8heC6NMYJSrSc+LZ...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  7. src/reflect/all_test.go

    			j:    2,
    			want: []pairPtr{{5, 6, &c}, {3, 4, &b}, {1, 2, &a}},
    		},
    	}
    
    	for i, tt := range tests {
    		inStr := fmt.Sprint(tt.in)
    		Swapper(tt.in)(tt.i, tt.j)
    		if !DeepEqual(tt.in, tt.want) {
    			t.Errorf("%d. swapping %v and %v of %v = %v; want %v", i, tt.i, tt.j, inStr, tt.in, tt.want)
    		}
    	}
    }
    
    // TestUnaddressableField tests that the reflect package will not allow
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  8. api/go1.3.txt

    pkg net/http, type Server struct, ConnState func(net.Conn, ConnState)
    pkg net/http, type Server struct, ErrorLog *log.Logger
    pkg net/http, type Transport struct, TLSHandshakeTimeout time.Duration
    pkg regexp/syntax, method (*Inst) MatchRunePos(int32) int
    pkg regexp/syntax, method (InstOp) String() string
    pkg runtime/debug, func SetPanicOnFault(bool) bool
    pkg runtime/debug, func WriteHeapDump(uintptr)
    pkg sync, method (*Pool) Get() interface{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
Back to top