Home
last modified time | relevance | path

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

/external/cpuinfo/src/arm/mach/
Dinit.c449 const uint32_t l3_cache_size = get_sys_info(HW_L3CACHESIZE, "HW_L3CACHESIZE"); in cpuinfo_arm_mach_init() local
473 if (l3_cache_size != 0) { in cpuinfo_arm_mach_init()
561 .size = l3_cache_size, in cpuinfo_arm_mach_init()
563 .sets = l3_cache_size / (l3_cache_associativity * cacheline_size), in cpuinfo_arm_mach_init()
/external/tensorflow/tensorflow/core/protobuf/
Ddevice_properties.proto45 int64 l3_cache_size = 10; field
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc123 LOG(INFO) << offset3 << "L3 cache size = " << dt.l3_cache_size(); in PrintDebugInfo()
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.h619 const size_t l3_cache_size = 30LL << 20;
622 const size_t target_working_set_size = l3_cache_size / sizeof(T);
Dconv_grad_ops_3d.cc396 const ptrdiff_t l3_cache_size = cache_sizes.m_l3; in Compute() local
399 const size_t target_working_set_size = l3_cache_size / sizeof(T); in Compute()
868 const ptrdiff_t l3_cache_size = cache_sizes.m_l3; in Compute() local
873 const size_t target_working_set_size = l3_cache_size / sizeof(T); in Compute()