Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _Graph (0.1 sec)

  1. RELEASE.md

        have resulted in an error. When this happens, a noop is returned and the
        input tensors are marked non-feedable. In other words, if they are used as
        keys in `feed_dict` argument to `session.run()`, an error will be raised.
        Also, because some assert ops don't make it into the graph, the graph
        structure changes. A different graph can result in different per-op random
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K 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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.tasks.diagnostics.internal.graph.DependencyGraphsRenderer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DependencyGraphsRenderer.java:0)
    Class <org.gradle.api.tasks.diagnostics.internal.graph.LegendRenderer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (LegendRenderer.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top