Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/protobuf/
Ddevice_properties.proto44 int64 l3_cache_size = 10; field
/external/tensorflow/tensorflow/python/grappler/
Dgraph_placer_test.py92 l3_cache_size=12582912)
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc121 LOG(INFO) << offset3 << "L3 cache size = " << dt.l3_cache_size(); in PrintDebugInfo()
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_ops_3d.cc385 const ptrdiff_t l3_cache_size = cache_sizes.m_l3; in Compute() local
388 const size_t target_working_set_size = l3_cache_size / sizeof(T); in Compute()
857 const ptrdiff_t l3_cache_size = cache_sizes.m_l3; in Compute() local
862 const size_t target_working_set_size = l3_cache_size / sizeof(T); in Compute()
Dconv_grad_input_ops.cc401 const size_t l3_cache_size = 30LL << 20; in Compute() local
404 const size_t target_working_set_size = l3_cache_size / sizeof(T); in Compute()