Searched defs:OwnsMemory (Results 1 – 6 of 6) sorted by relevance
36 inline bool OwnsMemory() const override { return false; } in OwnsMemory() function
43 bool OwnsMemory() const override { return false; } in OwnsMemory() function in tensorflow::tfrt_stub::__anonb0533b900111::ImmutableTensorBuffer
63 bool OwnsMemory() const override { return owns_memory_; } in OwnsMemory() function
53 bool OwnsMemory() const override { return true; } in OwnsMemory() function
62 bool OwnsMemory() const override { return owner_; } in OwnsMemory() function
97 virtual bool OwnsMemory() const { return true; } in OwnsMemory() function