Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_tensor_index (0.22 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      for (const auto& item : items) {
        auto name_buf = builder_.CreateString(item.first);
        tflite::TensorMapBuilder tensor_map_builder(builder_);
        tensor_map_builder.add_name(name_buf);
        tensor_map_builder.add_tensor_index(
            tensor_index_map_[subgraph_index][item.second]);
        result.push_back(tensor_map_builder.Finish());
      }
      return result;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
Back to top