Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for _Graph (0.31 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)
  4. CHANGELOG/CHANGELOG-1.19.md

        
        From: [@mikedanese](https://github.com/mikedanese):
        Instead of aliasing. Aliases are annoying in a number of ways. This is
        specifically bugging me now because they make the action graph harder to
        analyze programmatically. By using aliases here, we would need to handle
        potentially aliased go_binary targets and dereference to the effective
        target.
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top