Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fanno (0.03 sec)

  1. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        """
        loc = ''
        if node:
          loc = self._create_mlir_loc(
              anno.getanno(node, anno.Basic.ORIGIN, default=None))
        self.emit(op_str + ' ' + loc)
    
      def _get_inferred_type(self, node, default=None):
        """Return single type or a tuple of types if more than one type."""
        types_ = anno.getanno(node, anno.Static.TYPES, None)
        if not types_:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  2. istioctl/pkg/describe/describe.go

    		"Suppress warnings for unmeshed pods")
    	cmd.Long += "\n\n" + istioctlutil.ExperimentalMsg
    	return cmd
    }
    
    func GetRevisionFromPodAnnotation(anno klabels.Set) string {
    	if v, ok := anno[label.IoIstioRev.Name]; ok {
    		return v
    	}
    	statusString := anno.Get(apiannotation.SidecarStatus.Name)
    	var injectionStatus inject.SidecarInjectionStatus
    	if err := json.Unmarshal([]byte(statusString), &injectionStatus); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
Back to top