Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 234 for placeholders (0.24 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

    TEST(XlaCompilationTest, DontClusterNodesWithMismatchingDeadness) {
      Scope root = Scope::NewRootScope().ExitOnError();
    
      Output cond_a = ops::Placeholder(root.WithOpName("cond_a"), DT_BOOL);
      Output cond_b = ops::Placeholder(root.WithOpName("cond_b"), DT_BOOL);
    
      Output value = ops::Placeholder(root.WithOpName("value"), DT_FLOAT);
    
      ops::Switch switch_a(root.WithOpName("switch_a"), value, cond_a);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/deadness_analysis_test.cc

    }
    
    TEST(DeadnessAnalysisTest, Ternary) {
      Scope root = Scope::NewRootScope().ExitOnError();
    
      Output predicate = ops::Placeholder(root.WithOpName("predicate"), DT_BOOL);
      Output true_value = ops::Placeholder(root.WithOpName("true_value"), DT_FLOAT);
      Output false_value =
          ops::Placeholder(root.WithOpName("false_value"), DT_FLOAT);
    
      ops::Switch predicated_true(root.WithOpName("predicated_true"), true_value,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  3. platforms/core-runtime/serialization/src/test/groovy/org/gradle/internal/serialize/MessageTest.groovy

            and:
            transported.throwable.class == IOException
            transported.throwable.message == "nested"
        }
    
        def "replaces exception with broken writeObject() method with placeholder"() {
            def cause = new RuntimeException("nested")
            def original = new BrokenWriteObjectException("message", cause)
    
            when:
            def transported = transport(original)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

            conv operation a `tf.Variable`.
    
        Returns:
          in_placeholder: Input tensor placeholder.
          output_tensor: The resulting tensor of the convolution operation.
        """
        in_placeholder = array_ops.placeholder(dtypes.float32, shape=input_shape)
    
        filters = random_ops.random_uniform(
            shape=filter_shape, minval=-1.0, maxval=1.0
        )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      }
      return std::nullopt;
    }
    
    // Add a key placeholder node to the graph. The key placeholder node will be
    // used as input for XlaRecvAtHost/XlaSendFromHost nodes.
    absl::StatusOr<Node*> AddHostComputeKeyPlaceholder(
        const string& xla_cluster_name, Graph* g) {
      NodeDef key_def;
      NodeDefBuilder builder(absl::StrCat(xla_cluster_name, "_key_placeholder"),
                             "Placeholder");
      builder.Attr("dtype", DT_STRING);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  6. tensorflow/api_template_v1.__init__.py

                          _CONTRIB_WARNING)
    # The templated code that replaces the placeholder above sometimes
    # sets the __all__ variable. If it does, we have to be sure to add
    # "contrib".
    if "__all__" in vars():
      vars()["__all__"].append("contrib")
    
    from tensorflow.python.platform import flags
    # The "app" module will be imported as part of the placeholder section above.
    _current_module.app.flags = flags  # pylint: disable=undefined-variable
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 02:14:00 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/tests/device_compiler_test_helper.cc

      *graph.mutable_library()->add_function() = make_test_fn;
      *graph.add_node() = MakeNode("a", "Placeholder", {},
                                   {{"dtype", DT_FLOAT}, {"shape", input_shape}});
      *graph.add_node() = MakeNode("b", "Placeholder", {},
                                   {{"dtype", DT_FLOAT}, {"shape", input_shape}});
      *graph.add_node() = MakeNode("c", "Placeholder", {},
                                   {{"dtype", DT_FLOAT}, {"shape", input_shape}});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 08:24:16 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. platforms/software/build-init/src/main/java/org/gradle/api/tasks/wrapper/internal/DefaultWrapperVersionsResources.java

        public static final String NIGHTLY = "nightly";
        public static final String RELEASE_NIGHTLY = "release-nightly";
        public static final String RELEASE_CANDIDATE = "release-candidate";
        public static final List<String> PLACE_HOLDERS = Arrays.asList(LATEST, RELEASE_CANDIDATE, RELEASE_NIGHTLY, NIGHTLY); // order these from most to least stable
        private final TextResource latest;
        private final TextResource releaseCandidate;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 16 15:27:43 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/mlir_passthrough_op.pbtxt

    node {
      name: "x"
      op: "Placeholder"
      attr {
        key: "_user_specified_name"
        value {
          s: "x"
        }
      }
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "shape"
        value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaSerializationIntegrationTest.groovy

        def "restores task fields whose value is Serializable and has writeReplace method"() {
            buildFile << """
                class Placeholder implements Serializable {
                    String value
    
                    private Object readResolve() {
                        return new OtherBean(prop: "[\$value]")
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top