Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dallocator_stats.cc31 this->bytes_limit ? *this->bytes_limit : 0, this->bytes_in_use, in DebugString()
Dallocator_stats.h37 absl::optional<int64> bytes_limit; member
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_cpu_allocator.h58 stats_.bytes_limit = total_memory; in MklSmallSizeAllocator()
96 stats_.bytes_limit = 0; in ClearStats()
267 stats_.bytes_limit = std::max(s_stats->bytes_limit, l_stats->bytes_limit); in GetStats()
Dmkl_cpu_allocator_test.cc31 EXPECT_EQ(stats->bytes_limit, 1000); in TEST()
41 EXPECT_EQ(stats->bytes_limit, max_mem_bytes); in TEST()
Dbfc_allocator.cc60 stats_.bytes_limit = static_cast<int64>(total_memory); in BFCAllocator()
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc42 static_cast<long long>(this->bytes_limit ? *this->bytes_limit : 0), in DebugString()
Dallocator.h156 absl::optional<int64> bytes_limit; member
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc68 tf_stats.bytes_limit = se_stats->bytes_limit; in GetStats()
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc249 if (stats && *stats->bytes_limit && in ComputeAsync()
250 stats->bytes_in_use > (*stats->bytes_limit * kOccupancy)) { in ComputeAsync()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc234 stats.bytes_limit = c_stats.bytes_limit; in GetAllocatorStats()
Dc_api_decl.h89 int64_t bytes_limit; member
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h1177 int64 bytes_limit = input->BytesUntilTotalBytesLimit(); in ReadPackedFixedSizePrimitive() local
1178 if (bytes_limit == -1) { in ReadPackedFixedSizePrimitive()
1179 bytes_limit = input->BytesUntilLimit(); in ReadPackedFixedSizePrimitive()
1182 bytes_limit = in ReadPackedFixedSizePrimitive()
1183 (std::min)(bytes_limit, static_cast<int64>(input->BytesUntilLimit())); in ReadPackedFixedSizePrimitive()
1185 if (bytes_limit >= new_bytes) { in ReadPackedFixedSizePrimitive()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1451 int64 bytes_limit = stats->bytes_limit ? *stats->bytes_limit : 0; in CreateGPUDevice() local
1453 options, device_name, static_cast<Bytes>(bytes_limit), dev_locality, in CreateGPUDevice()
1457 << (bytes_limit >> 20) << " MB memory) -> physical GPU (" in CreateGPUDevice()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h115 int64_t bytes_limit; member
Dstream_executor.cc322 stats.bytes_limit = c_stats.bytes_limit; in GetAllocatorStats()