HomeSort by relevance Sort by last modified time
    Searched refs:graph_in (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.h 78 const Graph& graph_in, const RewriteSubgraphFn& rewrite_subgraph_fn,
encapsulate_subgraphs_pass.cc 153 Graph const* graph_in)
157 graph_in_(graph_in) {}
232 // using the same op registry and versions as graph_in.
233 Node* MakeNodeImage(const Graph* graph_in, Node* node);
550 const Graph& graph_in, const ShapeRefiner& shape_refiner,
635 Node* Encapsulator::Subgraph::MakeNodeImage(const Graph* graph_in, Node* node) {
637 graph_.reset(new Graph(graph_in->op_registry()));
638 graph_->set_versions(graph_in->versions());
1988 &graph_in); local
    [all...]
  /art/compiler/optimizing/
codegen_test.cc 457 auto hook_before_codegen = [](HGraph* graph_in) {
458 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0];
459 HParallelMove* move = new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator());
503 auto hook_before_codegen = [](HGraph* graph_in) {
504 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0];
506 new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator());
570 auto hook_before_codegen = [](HGraph* graph_in) {
571 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]
    [all...]

Completed in 304 milliseconds