Home
last modified time | relevance | path

Searched defs:bytes_limit (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dallocator_stats.h37 absl::optional<int64> bytes_limit; member
/external/tensorflow/tensorflow/core/framework/
Dallocator.h68 absl::optional<int64> bytes_limit; member
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h365 int64 bytes_limit = input->BytesUntilTotalBytesLimit(); in ReadPackedFixedSizePrimitive() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1217 int64 bytes_limit = stats->bytes_limit ? *stats->bytes_limit : 0; in CreateGPUDevice() local