Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Invoke (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF__FusedBatchNormExOp : TF_Op<"_FusedBatchNormEx", [Pure]> {
      let summary = "Internal FusedBatchNorm operation: reserved for internal use.";
    
      let description = [{
    Do not invoke this operator directly in Python. A fusion optimization is
    expected to create these operators.
      }];
    
      let arguments = (ins
        TensorOf<[TF_Bfloat16, TF_Float16, TF_Float32]>:$x,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    *   distribute.experimental.rpc package:
    
        *   distribute.experimental.rpc package introduces APIs to create a GRPC
            based server to register tf.function methods and a GRPC client to invoke
            remote registered methods. RPC APIs are intended for multi-client setups
            i.e. server and clients are started in separate binaries independently.
    
        *   Example usage to create server: ```python server =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error)
    pkg syscall (freebsd-arm64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error)
    pkg syscall (freebsd-arm64), func Revoke(string) error
    pkg syscall (freebsd-arm64), func RouteRIB //deprecated
    pkg syscall (freebsd-arm64), func RouteRIB(int, int) ([]uint8, error)
    pkg syscall (freebsd-arm64), func Seek(int, int64, int) (int64, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) #53466
    pkg syscall (freebsd-riscv64), func Revoke(string) error #53466
    pkg syscall (freebsd-riscv64), func RouteRIB //deprecated #53466
    pkg syscall (freebsd-riscv64), func RouteRIB(int, int) ([]uint8, error) #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"RegQueryInfoKey", Func, 0},
    		{"RegQueryValueEx", Func, 0},
    		{"RemoveDirectory", Func, 0},
    		{"Removexattr", Func, 1},
    		{"Rename", Func, 0},
    		{"Renameat", Func, 0},
    		{"Revoke", Func, 0},
    		{"Rlimit", Type, 0},
    		{"Rlimit.Cur", Field, 0},
    		{"Rlimit.Max", Field, 0},
    		{"Rmdir", Func, 0},
    		{"RouteMessage", Type, 0},
    		{"RouteMessage.Data", Field, 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)
Back to top