Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ABS (0.11 sec)

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

    		{"Writer", Type, 0},
    	},
    	"maps": {
    		{"Clone", Func, 21},
    		{"Copy", Func, 21},
    		{"DeleteFunc", Func, 21},
    		{"Equal", Func, 21},
    		{"EqualFunc", Func, 21},
    	},
    	"math": {
    		{"Abs", Func, 0},
    		{"Acos", Func, 0},
    		{"Acosh", Func, 0},
    		{"Asin", Func, 0},
    		{"Asinh", Func, 0},
    		{"Atan", Func, 0},
    		{"Atan2", Func, 0},
    		{"Atanh", Func, 0},
    		{"Cbrt", Func, 0},
    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

    include "mlir/Interfaces/CallInterfaces.td"
    include "mlir/Interfaces/InferTypeOpInterface.td"
    include "mlir/IR/OpAsmInterface.td"
    include "mlir/IR/SymbolInterfaces.td"
    
    def TF_AbsOp : TF_Op<"Abs", [Pure, TF_Idempotent, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes the absolute value of a tensor.";
    
      let description = [{
    Given a tensor `x`, this operation returns a tensor containing the absolute
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Enable JIT-compiled i64-indexed kernels on GPU for large tensors with more than 2**32 elements.
        *   Unary GPU kernels: Abs, Atanh, Acos, Acosh, Asin, Asinh, Atan, Cos, Cosh, Sin, Sinh, Tan, Tanh.
        *   Binary GPU kernels: AddV2, Sub, Div, DivNoNan, Mul, MulNoNan, FloorDiv, Equal, NotEqual, Greater, GreaterEqual, LessEqual, Less.
    
    * `tf.lite`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. gradle/verification-keyring.keys

    WZiKtZaOyccgGkmFc7CRCtp0+X5DwNrdV1QdxV9sbb7Iq5EPGel+HECEk65WySEe
    b79sfgFi8qMIn5Qyd8RoPZ8hKtDRtds/Q4R0EiKqtn/TQjQoGupIYqdBk8ISEs/q
    K+12TW1XJDOi0ORmYbO3kvvrCUwSEPNwQDhSxxlIlYUcg61R0yM/7r/XrNPY+FSl
    w72rs/abs+oh050CtmuyTZFRWr3/RWb6kpprjkCBd3JiLe5Z7q+jyxVOjMCFDa8C
    MDraZixjmZW70oYbOZbYPn32u33L99JQzMh+dxtp/A77a6Fn+ht+vk6YxyAMlojb
    oBxUyqKjOFhHuTNCcW06q6Pb0jGNb3C+J30Rx0H7th+TpDOop8Ybxpxr4IV73qJc
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		errfield: "server",
    	}, {
    		name:     "missing path",
    		nfs:      &core.NFSVolumeSource{Server: "my-server", Path: ""},
    		errtype:  field.ErrorTypeRequired,
    		errfield: "path",
    	}, {
    		name:      "abs path",
    		nfs:       &core.NFSVolumeSource{Server: "my-server", Path: "tmp"},
    		errtype:   field.ErrorTypeInvalid,
    		errfield:  "path",
    		errdetail: "must be an absolute path",
    	},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top