Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h181 static Bytes MinTensorMemoryUsage(const TensorShapeProto& tensor_shape,
Dcostmodel.cc266 bytes = MinTensorMemoryUsage(tensor_shape, dtype); in RecordMaxMemorySize()
554 Bytes CostModel::MinTensorMemoryUsage(const TensorShapeProto& tensor_shape, in MinTensorMemoryUsage() function in tensorflow::CostModel