Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for t_1 (0.06 sec)

  1. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    	MOVD  $0, R0
    	MOVD  $0x10111213, R12
    	VLVGP R12, R0, T_1         // [_, 0x10111213, _, 0x00000000]
    	VPERM T_0, R_0, T_1, R_0   // [_,  r₂₆[0], _, 0]
    	VPERM T_0, R_1, T_1, R_1   // [_,  r₂₆[1], _, 0]
    	VPERM T_0, R_2, T_1, R_2   // [_,  r₂₆[2], _, 0]
    	VPERM T_0, R_3, T_1, R_3   // [_,  r₂₆[3], _, 0]
    	VPERM T_0, R_4, T_1, R_4   // [_,  r₂₆[4], _, 0]
    	VPERM T_0, R5_1, T_1, R5_1 // [_, 5r₂₆[1], _, 0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// MOV <V><d>, <Vn>.<t_1>[<index>]
    	{0xffe0fc00, 0x5e000400, MOV, instArgs{arg_Vd_16_5__B_1__H_2__S_4__D_8, arg_Vn_arrangement_imm5___B_1__H_2__S_4__D_8_index__imm5__imm5lt41gt_1__imm5lt42gt_2__imm5lt43gt_4__imm5lt4gt_8_1}, nil},
    	// DUP <V><d>, <Vn>.<t_1>[<index>]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  3. pkg/proxy/endpointschangetracker_test.go

    			}
    		})
    	}
    }
    
    func TestLastChangeTriggerTime(t *testing.T) {
    	startTime := time.Date(2018, 01, 01, 0, 0, 0, 0, time.UTC)
    	t_1 := startTime.Add(-time.Second)
    	t0 := startTime.Add(time.Second)
    	t1 := t0.Add(time.Second)
    	t2 := t1.Add(time.Second)
    	t3 := t2.Add(time.Second)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

    // Start step 1
    C_1 = cond(args_1)
    N_1 = non_tpu(args_1)
    if (C_1) {
       F_1 = forward(args_1, N_1)
       // T_1 = core_tpu() is not evaluated here.
       // B_1 = backward() is not evaluated here.
    }
    
    // Partial update of args. We expect this to be sufficient
    // for evaluating cond().
    args_2a = update_args(args_1, N_1)  // NO T_1 here
    
    // Conditional for step 2
    C_2 = cond(args_2)
    
    new_while_body (new_args) {  // starts at i==2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    5\016\304T!\346?{<}q%i\340?\300s\246\337\322\210\257?\020\203\337Z\266\030\335?\211\245\326\331\234\276\345?\000xC\225\377W\200?\000Ua\271z-\356?\250K0#\367~\315?\217e\300\366r\"\353?\340\240\341\204\366\341\246?\374\316\211\370\013\254\327?)A\262\t_1\340?\216C\241\306\262{\342?vi\022\204ld\326?)W\210N\271\243\341?\224\334\"\267N)\346?\010\300\340\034\352\231\266?\310\267)$*$\325?\235/T,\331\002\350?\364\034\nS\251\233\341?l\354\207(h\330\321?\034Ak\033\347\272\304?\307-\252\252m>\342?@dh\217\02...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top