Fixing MklCPUAllocator error introduced by commit #1baac7862739525351d25202800dc04e8ec3868b
This commit is contained in:
parent
b2a0f1c45b
commit
95fae75e4d
@ -25,7 +25,7 @@ limitations under the License.
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
#include "tensorflow/core/common_runtime/bfc_allocator.h"
|
||||
#include "tensorflow/core/framework/allocator.h"
|
||||
#include "tensorflow/core/common_runtime/visitable_allocator.h"
|
||||
#include "tensorflow/core/lib/strings/numbers.h"
|
||||
#include "tensorflow/core/lib/strings/str_util.h"
|
||||
#include "tensorflow/core/platform/mem.h"
|
||||
@ -161,7 +161,7 @@ class MklCPUAllocator : public VisitableAllocator {
|
||||
/// The alignment that we need for the allocations
|
||||
static const size_t kAlignment = 64;
|
||||
|
||||
Allocator* allocator_; // owned by this class
|
||||
VisitableAllocator* allocator_; // owned by this class
|
||||
};
|
||||
|
||||
} // namespace tensorflow
|
||||
|
Loading…
Reference in New Issue
Block a user