Home
last modified time | relevance | path

Searched defs:variable_tensor_indices (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dexport.cc218 const std::set<int32_t>& variable_tensor_indices) { in ExportTensors()
343 std::set<int32_t>* variable_tensor_indices, const ExportParams& params) { in ExportOperators()
621 std::set<int32_t> variable_tensor_indices; in Export() local