HomeSort by relevance Sort by last modified time
    Searched refs:NodeState (Results 1 - 25 of 30) sorted by null

1 2

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.h 35 struct NodeState {
64 // identical when a NodeState is fully initialized.
73 NodeState() {
131 const std::unordered_map<const NodeDef*, NodeState>* node_state) {}
142 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state)
164 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state)
187 const std::unordered_map<const NodeDef*, NodeState>* node_state) override;
209 // NodeState structure from VirtualScheduler to get time_ready of ready nodes.
211 const std::unordered_map<const NodeDef*, NodeState>* node_state_;
226 const std::unordered_map<const NodeDef*, NodeState>* node_state) override
    [all...]
virtual_scheduler.cc 122 const std::unordered_map<const NodeDef*, NodeState>* node_state) {
178 const std::unordered_map<const NodeDef*, NodeState>* node_state) {
303 // construct internal data structures (NodeState and DeviceState) for virtual
361 // Build node_map; for each node, create its NodeState and connect its inputs
464 // This method is called when NodeState is created and adds input and output
551 // Note that we use NodeState for scheduling, so _Send and _Recv
584 // NodeState for _Send op.
590 // NodeState for _Recv op.
637 NodeState& VirtualScheduler::GetNodeStateOrCreateIt(const NodeDef* node) {
642 // Not found; create a NodeState for this node
962 const NodeState& nodestate = node_map_.at(node_def); local
    [all...]
virtual_scheduler_test.cc 49 std::unordered_map<const NodeDef*, NodeState> node_states_;
80 node_states_[node] = NodeState();
    [all...]
  /external/tensorflow/tensorflow/core/grappler/utils/
traversal.cc 39 enum NodeState { NOT_VISITED = 0, VISITING = 1, DONE = 2 };
40 std::unordered_map<NodeDef*, NodeState> node_state;
  /external/v8/src/compiler/
int64-lowering.h 63 struct NodeState {
73 ZoneDeque<NodeState> stack_;
simd-scalar-lowering.h 64 struct NodeState {
74 ZoneDeque<NodeState> stack_;
graph-reducer.h 141 struct NodeState {
178 ZoneStack<NodeState> stack_;
graph-reducer.cc 112 NodeState& entry = stack_.top();
  /external/tensorflow/tensorflow/core/common_runtime/
pending_counts.h 51 enum NodeState {
109 NodeState node_state(Handle h) {
283 NodeState NodeStateForStruct(T* c) const {
  /external/llvm/include/llvm/Object/
MachO.h 81 struct NodeState {
82 NodeState(const uint8_t *Ptr);
97 SmallVector<NodeState, 16> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 81 struct NodeState {
82 NodeState(const uint8_t *Ptr);
97 SmallVector<NodeState, 16> Stack;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 81 struct NodeState {
82 NodeState(const uint8_t *Ptr);
97 SmallVector<NodeState, 16> Stack;
  /external/v8/src/
global-handles.cc 50 STATIC_ASSERT(static_cast<int>(NodeState::kMask) ==
131 return NodeState::decode(flags_);
134 flags_ = NodeState::update(flags_, state);
366 class NodeState : public BitField<State, 0, 3> {};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
MachO.h 96 struct NodeState {
97 NodeState(const uint8_t *Ptr);
113 SmallVector<NodeState, 16> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
MachO.h 96 struct NodeState {
97 NodeState(const uint8_t *Ptr);
113 SmallVector<NodeState, 16> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
MachO.h 96 struct NodeState {
97 NodeState(const uint8_t *Ptr);
113 SmallVector<NodeState, 16> Stack;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
MachO.h 96 struct NodeState {
97 NodeState(const uint8_t *Ptr);
113 SmallVector<NodeState, 16> Stack;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
MachO.h 98 struct NodeState {
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>;

Completed in 1813 milliseconds

1 2