Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for importer (0.19 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ValueSpec.Type", Field, 0},
    		{"ValueSpec.Values", Field, 0},
    		{"Var", Const, 0},
    		{"Visitor", Type, 0},
    		{"Walk", Func, 0},
    	},
    	"go/build": {
    		{"(*Context).Import", Method, 0},
    		{"(*Context).ImportDir", Method, 0},
    		{"(*Context).MatchFile", Method, 2},
    		{"(*Context).SrcDirs", Method, 0},
    		{"(*MultiplePackageError).Error", Method, 4},
    		{"(*NoGoError).Error", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. RELEASE.md

            variable TF_USE_LEGACY_KERAS=1 directly or in your python program by
            import os;os.environ["TF_USE_LEGACY_KERAS"]=1. Please note that this
            will set it for all packages in your Python runtime program
    
    *   1.  Change import of keras from tensorflow as follows
    *   import tensorflow.keras as keras and import keras to import tf_keras as
        keras
    * **Apple Silicon users:** If you previously installed TensorFlow using
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top