Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lookup_type (0.11 sec)

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

        if val_and_lookup_type:
          (val, lookup_type) = val_and_lookup_type
        elif node.id in TFR_BUILTINS:
          val = node.id
          lookup_type = anno.getanno(node, anno.Static.TYPES, types.FunctionType)
        else:
          op_def, _ = self._op_defs.lookup(node.id)
          val = op_def.name
          lookup_type = anno.getanno(node, anno.Static.TYPES, types.FunctionType)
    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. cmd/batch-handlers.go

    		Creds:        credentials.NewStaticV4(cred.AccessKey, cred.SecretKey, cred.SessionToken),
    		Secure:       u.Scheme == "https",
    		Transport:    getRemoteInstanceTransport(),
    		BucketLookup: lookupStyle(r.Source.Path),
    	})
    	if err != nil {
    		return err
    	}
    
    	c.SetAppInfo("minio-"+batchJobPrefix, r.APIVersion+" "+job.ID)
    	core := &miniogo.Core{Client: c}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
Back to top