nit: Rename AbstractOpPtr -> AbstractOperationPtr.
PiperOrigin-RevId: 318379131 Change-Id: I0969cc92e08d5d3c2bdabb2a00bdd4a642634a3e
This commit is contained in:
parent
46c3b18c79
commit
d7c7e4245c
@ -122,7 +122,7 @@ struct AbstractOperationDeleter {
|
|||||||
};
|
};
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
|
|
||||||
using AbstractOpPtr =
|
using AbstractOperationPtr =
|
||||||
std::unique_ptr<AbstractOperation, internal::AbstractOperationDeleter>;
|
std::unique_ptr<AbstractOperation, internal::AbstractOperationDeleter>;
|
||||||
|
|
||||||
} // namespace tensorflow
|
} // namespace tensorflow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user