Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.h35 struct NodeState { struct
73 NodeState() { in NodeState() argument
131 const std::unordered_map<const NodeDef*, NodeState>* node_state) {} in Init()
142 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state) in Init()
164 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state) in Init()
187 const std::unordered_map<const NodeDef*, NodeState>* node_state) override;
211 const std::unordered_map<const NodeDef*, NodeState>* node_state_;
226 const std::unordered_map<const NodeDef*, NodeState>* node_state) override;
244 const std::unordered_map<const NodeDef*, NodeState>* node_state_;
282 const std::unordered_map<const NodeDef*, NodeState>* GetNodeStates() const { in GetNodeStates()
[all …]
Dvirtual_scheduler.cc122 const std::unordered_map<const NodeDef*, NodeState>* node_state) { in Init()
178 const std::unordered_map<const NodeDef*, NodeState>* node_state) { in Init()
637 NodeState& VirtualScheduler::GetNodeStateOrCreateIt(const NodeDef* node) { in GetNodeStateOrCreateIt()
643 it = node_map_.emplace(node, NodeState()).first; in GetNodeStateOrCreateIt()
962 const NodeState& nodestate = node_map_.at(node_def); in Summary()
Dvirtual_scheduler_test.cc49 std::unordered_map<const NodeDef*, NodeState> node_states_;
80 node_states_[node] = NodeState(); in NodeSetUp()
1766 const NodeState* bn_node = nullptr; in TEST_F()
1767 const NodeState* x_node = nullptr; in TEST_F()
1770 const NodeState& node_state = nodedef_node_state.second; in TEST_F()
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.cc39 enum NodeState { NOT_VISITED = 0, VISITING = 1, DONE = 2 }; in ReverseDfs() enum
40 std::unordered_map<NodeDef*, NodeState> node_state; in ReverseDfs()
/external/v8/src/compiler/
Dint64-lowering.h63 struct NodeState { struct
73 ZoneDeque<NodeState> stack_; argument
Dsimd-scalar-lowering.h64 struct NodeState { struct
74 ZoneDeque<NodeState> stack_; argument
Dgraph-reducer.h141 struct NodeState { in NON_EXPORTED_BASE() struct
178 ZoneStack<NodeState> stack_; in NON_EXPORTED_BASE()
Dgraph-reducer.cc112 NodeState& entry = stack_.top(); in ReduceTop()
Dsimd-scalar-lowering.cc46 NodeState& top = stack_.back(); in LowerGraph()
Dint64-lowering.cc50 NodeState& top = stack_.back(); in LowerGraph()
Dsimplified-lowering.cc318 NodeState& current = typing_stack_.top(); in RunTypePropagationPhase()
2801 struct NodeState { struct in v8::internal::compiler::RepresentationSelector
2805 ZoneStack<NodeState> typing_stack_; // stack for graph typing.
/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h51 enum NodeState { enum
109 NodeState node_state(Handle h) { in node_state()
283 NodeState NodeStateForStruct(T* c) const { in NodeStateForStruct()
Dexecutor.cc914 PendingCounts::NodeState node_state(PendingCounts::Handle h) { in node_state()
/external/llvm/include/llvm/Object/
DMachO.h81 struct NodeState { struct
82 NodeState(const uint8_t *Ptr);
97 SmallVector<NodeState, 16> Stack; argument
/external/v8/src/
Dglobal-handles.cc50 STATIC_ASSERT(static_cast<int>(NodeState::kMask) == in Node()
131 return NodeState::decode(flags_); in state()
134 flags_ = NodeState::update(flags_, state); in set_state()
366 class NodeState : public BitField<State, 0, 3> {}; class in v8::internal::GlobalHandles::Node
/external/llvm/lib/Object/
DMachOObjectFile.cpp1405 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
1412 NodeState State(Ptr); in pushNode()
1437 NodeState &Top = Stack.back(); in pushDownUntilBottom()
1478 NodeState &Top = Stack.back(); in moveNext()