Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc263 Status SetAllocAttrs(const Graph* g, const Device* device);
313 Status SetAllocAttrs();
679 return gview_.SetAllocAttrs(graph_.get(), params_.device); in Initialize()
742 Status GraphView::SetAllocAttrs(const Graph* g, const Device* device) { in SetAllocAttrs() function in tensorflow::__anon6f8fc96b0111::GraphView