MCPcopy Create free account
hub / github.com/clab/dynet / SimpleExecutionEngine

Method SimpleExecutionEngine

dynet/exec.h:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34class SimpleExecutionEngine : public ExecutionEngine {
35 public:
36 explicit SimpleExecutionEngine(const ComputationGraph& cg) :
37 ExecutionEngine(cg), num_nodes_evaluated(0) {}
38 void invalidate() override;
39 void invalidate(unsigned i) override;
40 const Tensor& forward() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected