Home
last modified time | relevance | path

Searched refs:kZeroMemory (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dcost_estimator.h33 constexpr int64 kZeroMemory = 0ll; variable
199 costs.max_memory = kZeroMemory; in ZeroCosts()
200 costs.persistent_memory = kZeroMemory; in ZeroCosts()
201 costs.temporary_memory = kZeroMemory; in ZeroCosts()
202 costs.max_per_op_buffers = kZeroMemory; in ZeroCosts()
203 costs.max_per_op_streaming = kZeroMemory; in ZeroCosts()