Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,499 for aloop (0.12 sec)

  1. tensorflow/compiler/jit/shape_inference_test.cc

        auto enter =
            ops::internal::Enter(scope.WithOpName("while/Enter"), source, "aloop");
        // Add an unused Enter node. These should be ignored.
        auto enter2 =
            ops::internal::Enter(scope.WithOpName("while/Enter2"), source, "aloop");
        auto merge = ops::Merge(scope.WithOpName("while/Merge"),
                                std::initializer_list<Input>{enter, dummy});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/wasm/a.out.go

    	// The following are low-level WebAssembly instructions.
    	// Their order matters, since it matches the opcode encoding.
    	// Gaps in the encoding are indicated by comments.
    
    	AUnreachable // opcode 0x00
    	ANop
    	ABlock
    	ALoop
    	AIf
    	AElse
    
    	AEnd // opcode 0x0B
    	ABr
    	ABrIf
    	ABrTable
    	// ACall and AReturn are WebAssembly instructions. obj.ACALL and obj.ARET are higher level instructions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 02 05:28:55 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/wasm/wasmobj.go

    		}
    		p = appendp(p, AEnd)
    	}
    
    	// record the branches targeting the entry loop and the unwind exit,
    	// their targets with be filled in later
    	var entryPointLoopBranches []*obj.Prog
    	var unwindExitBranches []*obj.Prog
    	currentDepth := 0
    	for p := s.Func().Text; p != nil; p = p.Link {
    		switch p.As {
    		case ABlock, ALoop, AIf:
    			currentDepth++
    		case AEnd:
    			currentDepth--
    		}
    
    		switch p.As {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/aenum.go

    	ALEAVEW
    	ALEAW
    	ALFENCE
    	ALFSL
    	ALFSQ
    	ALFSW
    	ALGDT
    	ALGSL
    	ALGSQ
    	ALGSW
    	ALIDT
    	ALLDT
    	ALMSW
    	ALOCK
    	ALODSB
    	ALODSL
    	ALODSQ
    	ALODSW
    	ALONG
    	ALOOP
    	ALOOPEQ
    	ALOOPNE
    	ALSLL
    	ALSLQ
    	ALSLW
    	ALSSL
    	ALSSQ
    	ALSSW
    	ALTR
    	ALZCNTL
    	ALZCNTQ
    	ALZCNTW
    	AMASKMOVOU
    	AMASKMOVQ
    	AMAXPD
    	AMAXPS
    	AMAXSD
    	AMAXSS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/wait/loop.go

    // cancelled. The returned error is the error returned by the last condition or the
    // context error if the context was terminated.
    //
    // This is the common loop construct for all polling in the wait package.
    func loopConditionUntilContext(ctx context.Context, t Timer, immediate, sliding bool, condition ConditionWithContextFunc) error {
    	defer t.Stop()
    
    	var timeCh <-chan time.Time
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 02:47:00 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/ref-while-loop.mlir

    // RUN: tf-mlir-translate -mlir-to-graphdef %s -o - | FileCheck %s
    
    // Verify the ops generated when Ref type is used in a while loop.
    func.func @main() {
      // CHECK:  op: "RefEnter"
      // CHECK:  op: "RefMerge"
      // CHECK:  op: "RefSwitch"
      // CHECK:  op: "RefExit"
      // CHECK:  op: "RefNextIteration"
      tf_executor.graph {
        %0:3 = tf_executor.NextIteration.Source : tensor<*x!tf_type.int32ref> {device = "", T = "tfdtype$DT_INT32"} loc("while/NextIteration")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm6.go

    	{ALODSL, ynone, Px, opBytes{0xad}},
    	{ALODSQ, ynone, Pw, opBytes{0xad}},
    	{ALODSW, ynone, Pe, opBytes{0xad}},
    	{ALONG, ybyte, Px, opBytes{4}},
    	{ALOOP, yloop, Px, opBytes{0xe2}},
    	{ALOOPEQ, yloop, Px, opBytes{0xe1}},
    	{ALOOPNE, yloop, Px, opBytes{0xe0}},
    	{ALTR, ydivl, Pm, opBytes{0x00, 03}},
    	{ALZCNTL, yml_rl, Pf3, opBytes{0xbd}},
    	{ALZCNTQ, yml_rl, Pfw, opBytes{0xbd}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/while-loop.mlir

    Adrian Kuegel <******@****.***> 1648469008 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-while-loop.pbtxt

    Andy Ly <******@****.***> 1598551625 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 27 18:14:13 UTC 2020
    - 3K bytes
    - Viewed (0)
  10. src/math/big/arith_arm64.s

    	STP	(R22, R23), 16(R0)
    	SUB	$4, R1
    	B	loop
    done:
    	MOVD.W	R8, -8(R0)	// the first element x[0]
    	MOVD	R5, c+56(FP)	// the part moved out from x[n-1]
    	RET
    copy:
    	CMP	R0, R2
    	BEQ	len0
    	TBZ	$0, R1, ctwo
    	MOVD.W	-8(R2), R4
    	MOVD.W	R4, -8(R0)
    	SUB	$1, R1
    ctwo:
    	TBZ	$1, R1, cloop
    	LDP.W	-16(R2), (R4, R5)
    	STP.W	(R4, R5), -16(R0)
    	SUB	$2, R1
    cloop:
    	CBZ	R1, len0
    	LDP.W	-32(R2), (R4, R5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top