Home
last modified time | relevance | path

Searched defs:temp_memory (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/runtime/kernel/
H A Dkernel_runtime_context.h93 void* temp_memory = temp_allocator_->allocate(size, alignment); variable
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_performance_data.proto111 int64 temp_memory = 2; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/grappler/costs/
Dop_performance_data.pb.h2305 inline ::int64_t OpPerformance_OpMemory::temp_memory() const { in temp_memory() function
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_blas.cc709 port::Status ROCMBlas::AllocateStridedBuffer( in AllocateStridedBuffer()