Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for REVERSED (0.08 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    	op_LRV     uint32 = 0xE31E // FORMAT_RXY1       LOAD REVERSED (32)
    	op_LRVG    uint32 = 0xE30F // FORMAT_RXY1       LOAD REVERSED (64)
    	op_LRVGR   uint32 = 0xB90F // FORMAT_RRE        LOAD REVERSED (64)
    	op_LRVH    uint32 = 0xE31F // FORMAT_RXY1       LOAD REVERSED (16)
    	op_LRVR    uint32 = 0xB91F // FORMAT_RRE        LOAD REVERSED (32)
    	op_LT      uint32 = 0xE312 // FORMAT_RXY1       LOAD AND TEST (32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_node_status_test.go

    				{Type: v1.NodeInternalIP, Address: "127.0.0.3"},
    				{Type: v1.NodeInternalIP, Address: "127.0.0.4"},
    				{Type: v1.NodeHostName, Address: testKubeletHostname},
    			},
    		},
    		{
    			Name: "2 InternalIP to reversed order",
    			Before: []v1.NodeAddress{
    				{Type: v1.NodeInternalIP, Address: "127.0.0.1"},
    				{Type: v1.NodeInternalIP, Address: "127.0.0.2"},
    				{Type: v1.NodeHostName, Address: testKubeletHostname},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    and `seq_lengths` must be a vector of length `input.dims[batch_dim]`.
    
    The output slice `i` along dimension `batch_dim` is then given by input
    slice `i`, with the first `seq_lengths[i]` slices along dimension
    `seq_dim` reversed.
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, I32, I64, QI16, QUI8, TFL_Quint8]>:$input,
        TFL_I32OrI64Tensor:$seq_lengths,
    
        ConfinedAttr<I32Attr, [IntNonNegative]>:$seq_dim,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top