Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for emberi (0.27 sec)

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

    		{"SectionHeader.Offset", Field, 3},
    		{"SectionHeader.Size", Field, 3},
    		{"Sym", Type, 3},
    		{"Sym.Name", Field, 3},
    		{"Sym.Type", Field, 3},
    		{"Sym.Value", Field, 3},
    	},
    	"embed": {
    		{"(FS).Open", Method, 16},
    		{"(FS).ReadDir", Method, 16},
    		{"(FS).ReadFile", Method, 16},
    		{"FS", Type, 16},
    	},
    	"encoding": {
    		{"BinaryMarshaler", Type, 2},
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Tensor values.
    *   `tf.fill` creates an Op in the computation graph that constructs the actual
        Tensor value at runtime. This is in contrast to `tf.constant` which embeds
        the entire Tensor into the graph with a `Const` node.
    *   Because `tf.fill` evaluates at graph runtime, it supports dynamic shapes
        based on other runtime Tensors, unlike `tf.constant`.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.SavedModel`
    
        *   Introduced class method `tf.saved_model.experimental.Fingerprint.from_proto(proto)`, which can be used to construct a `Fingerprint` object directly from a protobuf.
        *   Introduced member method `tf.saved_model.experimental.Fingerprint.singleprint()`, which provides a convenient way to uniquely identify a SavedModel.
    
    ### Bug Fixes and Other Changes
    
    *   `tf.Variable`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg log/syslog (freebsd-arm64), method (*Writer) Crit(string) error
    pkg log/syslog (freebsd-arm64), method (*Writer) Debug(string) error
    pkg log/syslog (freebsd-arm64), method (*Writer) Emerg(string) error
    pkg log/syslog (freebsd-arm64), method (*Writer) Err(string) error
    pkg log/syslog (freebsd-arm64), method (*Writer) Info(string) error
    pkg log/syslog (freebsd-arm64), method (*Writer) Notice(string) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top