Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for num_data_results (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/export_graphdef.cc

      // generate unique names.
      if (!output_names.empty()) {
        const int num_data_results = graph_op.getNumResults();
        const int64_t output_names_size = output_names.size();
        TF_RET_CHECK(output_names_size == num_data_results)
            << "output names (" << output_names.size()
            << ") != terminator operands (" << num_data_results << ")";
        llvm::DenseMap<Operation*, llvm::StringRef> output_op_to_name;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.cc

      // generate unique names.
      if (!output_names.empty()) {
        const int num_data_results = graph_op.getNumResults();
        const int64_t output_names_size = output_names.size();
        TF_RET_CHECK(output_names_size == num_data_results)
            << "output names (" << output_names.size()
            << ") != terminator operands (" << num_data_results << ")";
        llvm::DenseMap<Operation*, llvm::StringRef> output_op_to_name;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top