Open mortendahl opened 2 years ago
SymbolicSession::add_operation is (perhaps unsurprisingly) responsible for a lot of memory allocations. This issue is about investigate what, if anything, can be done to optimize this.
SymbolicSession::add_operation
Maybe one idea is to let SymbolicSession generate an IndexedComputation instead of a NamedComputation: https://github.com/tf-encrypted/runtime/issues/977.
SymbolicSession
IndexedComputation
NamedComputation
SymbolicSession::add_operation
is (perhaps unsurprisingly) responsible for a lot of memory allocations. This issue is about investigate what, if anything, can be done to optimize this.