Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dimmutable_executor_state.h86 Status SetAllocAttrs();
Dgraph_view.h213 Status SetAllocAttrs(const Graph* g, const Device* device);
Dimmutable_executor_state.cc260 return gview_.SetAllocAttrs(&graph, params_.device); in Initialize()
Dgraph_view.cc404 Status GraphView::SetAllocAttrs(const Graph* g, const Device* device) { in SetAllocAttrs() function in tensorflow::GraphView