Home
last modified time | relevance | path

Searched defs:input_alloc_attrs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dop_kernel_runner.h95 const gtl::InlinedVector<AllocatorAttributes, 4>& input_alloc_attrs() const { in input_alloc_attrs() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/fallback/
H A Dop_kernel_runner.h76 const gtl::InlinedVector<AllocatorAttributes, 4>& input_alloc_attrs() const { in input_alloc_attrs() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.cc721 AllocatorAttributeVec input_alloc_attrs; in ProcessInline() local
912 AllocatorAttributeVec* input_alloc_attrs, bool* is_input_dead) { in PrepareInputs()
H A Dsingle_threaded_executor.cc296 AllocatorAttributeVec input_alloc_attrs; in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h647 absl::Span<const AllocatorAttributes> input_alloc_attrs; member