Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for cur_idx (0.19 sec)

  1. src/database/sql/sql.go

    	s []connRequestAndIndex
    }
    
    type connRequestAndIndex struct {
    	// req is the element in the set.
    	req chan connRequest
    
    	// curIdx points to the current location of this element in
    	// connRequestSet.s. It gets set to -1 upon removal.
    	curIdx *int
    }
    
    // CloseAndRemoveAll closes all channels in the set
    // and clears the set.
    func (s *connRequestSet) CloseAndRemoveAll() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Res<TF_I32OrI64Tensor, [{1-D. Positions of `x` values preserved in `out`.}]>:$idx
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
      TF_DerivedResultTypeAttr out_idx = TF_DerivedResultTypeAttr<1>;
    }
    
    def TF_LoadTPUEmbeddingADAMParametersOp : TF_Op<"LoadTPUEmbeddingADAMParameters", [TF_MustExecute, TF_TPUEmbeddingReadEffect]> {
      let summary = "Load ADAM embedding parameters.";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top