Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUniqueName (0.27 sec)

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

        }
        result += mac_count;
      });
    
      *count = result;
      return !encounter_undetermined_mac;
    }
    
    std::string Translator::UniqueName(mlir::Value val) {
      return std::string(name_mapper_.GetUniqueName(val));
    }
    
    std::optional<BufferOffset<tflite::Buffer>> Translator::BuildBuffer(
        mlir::Value value, bool can_be_deduplicated, int& index) {
      auto inst = value.getDefiningOp();
      ElementsAttr attr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top