Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dop_kernel_runner.h95 const gtl::InlinedVector<AllocatorAttributes, 4>& input_alloc_attrs() const { in input_alloc_attrs() function
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc691 AllocatorAttributeVec input_alloc_attrs; in Process() local
862 AllocatorAttributeVec* input_alloc_attrs, bool* is_input_dead) { in PrepareInputs()
Dsingle_threaded_executor.cc290 AllocatorAttributeVec input_alloc_attrs; in Run() local
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h634 const gtl::InlinedVector<AllocatorAttributes, 4>* input_alloc_attrs = member