Home
last modified time | relevance | path

Searched refs:AllocatorAttributeVec (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc135 typedef gtl::InlinedVector<AllocatorAttributes, 4> AllocatorAttributeVec; typedef
304 AllocatorAttributeVec* input_alloc_attrs,
510 AllocatorAttributeVec saved_input_alloc_attrs;
686 AllocatorAttributeVec input_alloc_attrs; in Process()
855 AllocatorAttributeVec* input_alloc_attrs, bool* is_input_dead) { in PrepareInputs()
Dpropagator_state.h36 typedef gtl::InlinedVector<AllocatorAttributes, 4> AllocatorAttributeVec; typedef
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor.cc30 typedef gtl::InlinedVector<AllocatorAttributes, 4> AllocatorAttributeVec; typedef
282 AllocatorAttributeVec input_alloc_attrs; in Run()