Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 76 for returns_ (0.19 sec)

  1. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      func.return %0: tensor<1xf32>
    
    // CHECK-LABEL: add
    // CHECK:  tfl.add %arg0, %arg1 {fused_activation_function = "NONE"} : tensor<1xf32>
    // CHECK:  return
    }
    
    func.func @sub(%arg0: tensor<1xi64>, %arg1: tensor<1xi64>) -> tensor<1xi64> {
      %0 = "tf.Sub"(%arg0, %arg1) : (tensor<1xi64>, tensor<1xi64>) -> tensor<1xi64>
      func.return %0: tensor<1xi64>
    
    // CHECK-LABEL: sub
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    )
    
    func listType(items *schema.Structural) schema.Structural {
    	return arrayType("atomic", nil, items)
    }
    
    func listTypePtr(items *schema.Structural) *schema.Structural {
    	l := listType(items)
    	return &l
    }
    
    func listSetType(items *schema.Structural) schema.Structural {
    	return arrayType("set", nil, items)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. pkg/controller/job/job_controller_test.go

    		if v.Type == condition && v.Status == status && v.Reason == reason {
    			return true
    		}
    	}
    	return false
    }
    
    func hasTrueCondition(job *batch.Job) *batch.JobConditionType {
    	for _, v := range job.Status.Conditions {
    		if v.Status == v1.ConditionTrue {
    			return &v.Type
    		}
    	}
    	return nil
    }
    
    // TestPastDeadlineJobFinished ensures that a Job is correctly tracked until
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

      return %0 : tensor<2x2x!quant.uniform<i8:f32, 3.000000e+0:127>>
    }
    // CHECK-LABEL: uniform_quantize_op
    // CHECK: %[[QUANT:.+]] = "tfl.quantize"({{.*}}) <{qtype = tensor<2x2x!quant.uniform<i8:f32, 3.000000e+00:127>>}> : (tensor<2x2xf32>) -> tensor<2x2x!quant.uniform<i8:f32, 3.000000e+00:127>>
    // CHECK: return %[[QUANT]]
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

          return 0
        fi
      fi
    
      echo "${hash}" > "${tar}.sha512"
      gsutil -m -q -h "Cache-Control:private, max-age=0" cp "${tar}" "${tar}.sha512" "${staging_path}"
      gsutil -m acl ch -g all:R "${gs_url}" "${gs_url}.sha512" >/dev/null 2>&1 || true
      echo "+++ ${basename_tar} uploaded (sha512 = ${hash})"
    }
    
    
    # Given the cluster zone, return the list of regional GCS release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_test.go

    				if c.LbPolicy != cluster.Cluster_RING_HASH {
    					return fmt.Errorf("unexpected load balancer. expected: %v, got: %v", cluster.Cluster_RING_HASH, c.LbPolicy)
    				}
    				if c.GetRingHashLbConfig().GetMinimumRingSize().Value != 1024 {
    					return fmt.Errorf("unexpected minimum ring size. expected: %v, got: %v", 1024, c.GetRingHashLbConfig().GetMinimumRingSize().Value)
    				}
    				return nil
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. pkg/api/pod/util_test.go

    	makeSleepHandler := func() *api.LifecycleHandler {
    		return &api.LifecycleHandler{
    			Sleep: &api.SleepAction{Seconds: 1},
    		}
    	}
    
    	makeExecHandler := func() *api.LifecycleHandler {
    		return &api.LifecycleHandler{
    			Exec: &api.ExecAction{Command: []string{"foo"}},
    		}
    	}
    
    	makeHTTPGetHandler := func() *api.LifecycleHandler {
    		return &api.LifecycleHandler{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers_test.go

    				return printPod(&api.Pod{}, printers.GenerateOptions{})
    			},
    		},
    		{
    			name: "PodTemplate",
    			printer: func() ([]metav1.TableRow, error) {
    				return printPodTemplate(&api.PodTemplate{}, printers.GenerateOptions{})
    			},
    		},
    		{
    			name: "PodDisruptionBudget",
    			printer: func() ([]metav1.TableRow, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

        iptables -w -t nat -A IP-MASQ -d 203.0.113.0/24 -m comment --comment "ip-masq: RFC 5737 reserved range is not subject to MASQUERADE" -j RETURN
        iptables -w -t nat -A IP-MASQ -d 100.64.0.0/10 -m comment --comment "ip-masq: RFC 6598 reserved range is not subject to MASQUERADE" -j RETURN
        iptables -w -t nat -A IP-MASQ -d 198.18.0.0/15 -m comment --comment "ip-masq: RFC 6815 reserved range is not subject to MASQUERADE" -j RETURN
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods_test.go

    	return ls.services, nil
    }
    
    type envs []kubecontainer.EnvVar
    
    func (e envs) Len() int {
    	return len(e)
    }
    
    func (e envs) Swap(i, j int) { e[i], e[j] = e[j], e[i] }
    
    func (e envs) Less(i, j int) bool { return e[i].Name < e[j].Name }
    
    func buildService(name, namespace, clusterIP, protocol string, port int) *v1.Service {
    	return &v1.Service{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top