Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 525 for aframe (0.26 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      auto enter_0 = ops::internal::Enter(root.WithOpName("enter_a"), a, "frame");
      auto exit_0 = ops::internal::Exit(root.WithOpName("exit_a"), enter_0);
      auto tanh = ops::Tanh(root.WithOpName("tanh"), exit_0);
      auto enter_1 =
          ops::internal::Enter(root.WithOpName("enter_1"), tanh, "frame");
      auto exit_1 = ops::internal::Exit(root.WithOpName("exit_1"), enter_1);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/framer/framer.go

    	return &lengthDelimitedFrameReader{r: r}
    }
    
    // Read attempts to read an entire frame into data. If that is not possible, io.ErrShortBuffer
    // is returned and subsequent calls will attempt to read the last frame. A frame is complete when
    // err is nil.
    func (r *lengthDelimitedFrameReader) Read(data []byte) (int, error) {
    	if r.remaining <= 0 {
    		header := [4]byte{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 13:33:12 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/testdata/frame.test

    Russ Cox <******@****.***> 1665692026 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 163 bytes
    - Viewed (0)
  4. src/cmd/internal/test2json/testdata/frame.json

    Russ Cox <******@****.***> 1667840325 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 563 bytes
    - Viewed (0)
  5. fess-crawler-lasta/src/main/resources/crawler/transformer_basic.xml

    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//AREA"</arg>
    			<arg>"href"</arg>
    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//FRAME"</arg>
    			<arg>"src"</arg>
    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//IFRAME"</arg>
    			<arg>"src"</arg>
    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//IMG"</arg>
    			<arg>"src"</arg>
    		</postConstruct>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Sep 30 21:21:24 UTC 2018
    - 3.3K bytes
    - Viewed (0)
  6. src/reflect/asm_ppc64x.s

    	MOVD	R20, FIXED_FRAME+8(R1)	// arg for local args
    	CALL	·moveMakeFuncArgPtrs(SB)
    	MOVD	FIXED_FRAME+32(R1), R11	// restore R11 ctxt
    	MOVD	R11, FIXED_FRAME+0(R1)	// ctxt (arg0)
    	MOVD	$argframe+0(FP), R3	// save arg to callArg
    	MOVD	R3, FIXED_FRAME+8(R1)	// frame (arg1)
    	ADD	$LOCAL_RETVALID, R1, R3 // addr of return flag
    	MOVB	R0, (R3)		// clear flag
    	MOVD	R3, FIXED_FRAME+16(R1)	// addr retvalid (arg2)
    	ADD     $LOCAL_REGARGS, R1, R3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  7. src/reflect/asm_amd64.s

    // for more details.
    // No arg size here; runtime pulls arg map out of the func value.
    // This frame contains two locals. See the comment above LOCAL_RETVALID.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$312
    	NO_LOCAL_POINTERS
    	// NO_LOCAL_POINTERS is a lie. The stack map for the two locals in this
    	// frame is specially handled in the runtime. See the comment above LOCAL_RETVALID.
    	LEAQ	LOCAL_REGARGS(SP), R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 01 22:33:29 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  8. src/reflect/asm_arm64.s

    	// frame is specially handled in the runtime. See the comment above LOCAL_RETVALID.
    	ADD	$LOCAL_REGARGS, RSP, R20
    	CALL	runtime·spillArgs(SB)
    	MOVD	R26, 32(RSP) // outside of moveMakeFuncArgPtrs's arg area
    	MOVD	R26, R0
    	MOVD	R20, R1
    	CALL	·moveMakeFuncArgPtrs<ABIInternal>(SB)
    	MOVD	32(RSP), R26
    	MOVD	R26, 8(RSP)
    	MOVD	$argframe+0(FP), R3
    	MOVD	R3, 16(RSP)
    	MOVB	$0, LOCAL_RETVALID(RSP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  9. src/reflect/asm_loong64.s

    	MOVV	R25, R5
    	JAL	·moveMakeFuncArgPtrs<ABIInternal>(SB)
    	MOVV	32(R3), REGCTXT // restore REGCTXT
    	MOVV	REGCTXT, 8(R3)
    	MOVV	$argframe+0(FP), R20
    	MOVV	R20, 16(R3)
    	MOVB	R0, LOCAL_RETVALID(R3)
    	ADDV	$LOCAL_RETVALID, R3, R20
    	MOVV	R20, 24(R3)
    	ADDV	$LOCAL_REGARGS, R3, R20
    	MOVV	R20, 32(R3) // frame size to 32+SP as callreflect args)
    	JAL	·callMethod(SB)
    	ADDV	$LOCAL_REGARGS, R3, R25 // unspillArgs using R25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:04:25 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/internal/http2/Http2Test.kt

        writeMedium(frame, (headerBlock.size / 2).toInt() + paddingLength + 1)
        frame.writeByte(Http2.TYPE_HEADERS)
        frame.writeByte(FLAG_PADDED)
        frame.writeInt(expectedStreamId and 0x7fffffff)
        frame.writeByte(paddingLength)
        frame.write(headerBlock, headerBlock.size / 2)
        frame.write(padding)
    
        // Write the continuation frame, specifying no more frames are expected.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 28.1K bytes
    - Viewed (0)
Back to top