Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for output_node (0.19 sec)

  1. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

                                              output_buffer_);
      EXPECT_THAT(status, Eq(kTfLiteOk));
    
      const Model* output_model = GetModel(output_buffer_.data());
      ASSERT_TRUE(output_model);
    }
    
    TEST_P(QuantizeConvModelTest, SkipUnspecifiedLayer) {
      auto status = QuantizeModel(&model_, TensorType_FLOAT32, TensorType_FLOAT32,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      // Nothing should be compiled.
      EXPECT_EQ(0, clusters.size());
    }
    
    TEST(XlaCompilationTest, DeterministicClusterNames) {
      auto create_graph =
          [](absl::string_view output_name) -> std::unique_ptr<Graph> {
        std::unique_ptr<Graph> graph(new Graph(OpRegistry::Global()));
        GraphDefBuilder builder(GraphDefBuilder::kFailImmediately);
        Tensor t(DT_FLOAT, TensorShape());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  3. tensorflow/c/c_api_test.cc

      const auto signature_def = signature_def_map.at("regress_x_to_y");
    
      const string input_name =
          signature_def.inputs().at(tensorflow::kRegressInputs).name();
      const string output_name =
          signature_def.outputs().at(tensorflow::kRegressOutputs).name();
    
      // Write {0, 1, 2, 3} as tensorflow::Example inputs.
      Tensor input(tensorflow::DT_STRING, TensorShape({4}));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
Back to top