Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sc_forward (0.43 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_sequencing.cc

                                     func::FuncOp loop_body_func,
                                     const int num_replicas) {
      // Find all the ops that are to be included in the 'sc_forward' function which
      // will be executed on the SparseCore. Note, 'forward_pass_ops' is initially
      // seeded with ops from the input MLIR graph that have the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

      }
      // Generated functions
      // non_tpu should have to TPU ops - just identity and return (in this test).
      // CHECK: func.func private @_func_non_tpu
      // CHECK-NEXT: tf.Identity
      // CHECK-NEXT: return
    
      // sc_forward should have TPU ops including replicated outputs but not inputs
      // CHECK: func.func private @_func_sc_forward
      // CHECK-NOT: TPUReplicatedInput
      // CHECK-DAG: TPUReplicateMetadata
      // CHECK-DAG: TPUCompilationResult
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/preflight/checks_test.go

    			expStr:      []string{"FileContent--proc-sys-net-ipv4-ip_forward", "FileContent--proc-sys-net-ipv6-conf-default-forwarding"},
    		},
    		{
    			testName:    "single stack ipv4",
    			PodSubnet:   "10.244.0.0/16",
    			serviceCidr: "10.96.0.0/16",
    			expStr:      []string{"FileContent--proc-sys-net-ipv4-ip_forward"},
    		},
    		{
    			testName:    "single stack ipv6",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/preflight/checks.go

    	"k8s.io/kubernetes/cmd/kubeadm/app/images"
    	"k8s.io/kubernetes/cmd/kubeadm/app/util/initsystem"
    	utilruntime "k8s.io/kubernetes/cmd/kubeadm/app/util/runtime"
    )
    
    const (
    	ipv4Forward                 = "/proc/sys/net/ipv4/ip_forward"
    	ipv6DefaultForwarding       = "/proc/sys/net/ipv6/conf/default/forwarding"
    	externalEtcdRequestTimeout  = 10 * time.Second
    	externalEtcdRequestRetries  = 3
    	externalEtcdRequestInterval = 5 * time.Second
    )
    
    var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
Back to top