Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dallocator_stats.h44 absl::optional<int64> bytes_reservable_limit; member
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc71 tf_stats.bytes_reservable_limit = se_stats->bytes_reservable_limit; in GetStats()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc239 stats.bytes_reservable_limit = c_stats.bytes_reservable_limit; in GetAllocatorStats()
Dc_api_decl.h95 int64_t bytes_reservable_limit; member
/external/tensorflow/tensorflow/core/framework/
Dallocator.h163 absl::optional<int64> bytes_reservable_limit; member
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h121 int64_t bytes_reservable_limit; member
Dstream_executor.cc327 stats.bytes_reservable_limit = c_stats.bytes_reservable_limit; in GetAllocatorStats()