Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Precompute (0.16 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"NewCipher", Func, 0},
    	},
    	"crypto/rsa": {
    		{"(*PSSOptions).HashFunc", Method, 4},
    		{"(*PrivateKey).Decrypt", Method, 5},
    		{"(*PrivateKey).Equal", Method, 15},
    		{"(*PrivateKey).Precompute", Method, 0},
    		{"(*PrivateKey).Public", Method, 4},
    		{"(*PrivateKey).Sign", Method, 4},
    		{"(*PrivateKey).Size", Method, 11},
    		{"(*PrivateKey).Validate", Method, 0},
    		{"(*PublicKey).Equal", Method, 15},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Reshapes a SparseTensor to represent values in a new dense shape.
      }];
    
      let description = [{
    This operation has the same semantics as reshape on the represented dense
    tensor.  The `input_indices` are recomputed based on the requested `new_shape`.
    
    If one component of `new_shape` is the special value -1, the size of that
    dimension is computed so that the total dense size remains constant.  At
    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