Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for emberi (0.28 sec)

  1. 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)
  2. 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)
Back to top