Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ezmorph (0.12 sec)

  1. cmd/kubemark/app/hollow_node.go

    	fs.StringVar(&c.NodeName, "name", "fake-node", "Name of this Hollow Node.")
    	fs.IntVar(&c.ServerPort, "api-server-port", 443, "Port on which API server is listening.")
    	fs.StringVar(&c.Morph, "morph", "", fmt.Sprintf("Specifies into which Hollow component this binary should morph. Allowed values: %v", knownMorphs.List()))
    	fs.StringVar(&c.ContentType, "kube-api-content-type", "application/vnd.kubernetes.protobuf", "ContentType of requests sent to apiserver.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 08:58:18 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tfcompile.bzl

                tags = tags,
            )
            tfcompile_graph = freeze_file
    
        # Rule that runs tfcompile to produce the header and object file.
        header_file = name + ".h"
    
        # The XLA backends morph kernel name prefix __ that is not in the form of
        # __xla_.
        ep = ("__xla_" + native.package_name() + "__" + name).replace("/", "_")
        if type(tfcompile_flags) == type(""):
            flags = tfcompile_flags
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top