Home
last modified time | relevance | path

Searched defs:kScratchSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmeta_support.cc43 const int kScratchSize = 2048 * 1024 + kAlignment; variable
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/compiler/xla/stream_executor/
Ddnn.pb.h754 kScratchSize = 3, enumerator
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc3027 const int kScratchSize = vl_in_bytes * 1024; in TraceTestHelper() local