Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for south (0.09 sec)

  1. cni/pkg/nodeagent/cni-watcher.go

    	Netns        string
    	PodName      string
    	PodNamespace string
    	IPs          []IPConfig
    }
    
    // IPConfig contains an interface/gateway/address combo defined for a newly-started pod by CNI.
    // This is "from the horse's mouth" so to speak and will be populated before Kube is informed of the
    // pod IP.
    type IPConfig struct {
    	Interface *int
    	Address   net.IPNet
    	Gateway   net.IP
    }
    
    type CniPluginServer struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:35 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    platform argument (see `platforms`) nor the dimension arguments (see
    `dim_args_spec`).}]>:$args,
    
        I64Attr:$version,
        StrAttr:$module,
        TF_ShapeAttrArray:$Sout,
        DefaultValuedOptionalAttr<StrArrayAttr, "{}">:$dim_args_spec,
        DefaultValuedOptionalAttr<StrArrayAttr, "{}">:$platforms,
        DefaultValuedOptionalAttr<TF_SymbolRefArrayAttr, "{}">:$function_list,
    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