Home
last modified time | relevance | path

Searched refs:graph_optimizer_options (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.h61 const Options& graph_optimizer_options);
Dfunction.h141 const GraphOptimizer::Options& graph_optimizer_options);
Dfunction.cc802 const GraphOptimizer::Options& graph_optimizer_options) { in OptimizeGraph() argument
809 graph_optimizer_options); in OptimizeGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc534 GraphOptimizer::Options graph_optimizer_options; in GetGraph() local
535 graph_optimizer_options.cf_consider_fn = cf_consider_fn; in GetGraph()
537 /*device=*/nullptr, &graph, graph_optimizer_options); in GetGraph()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc2605 GraphOptimizer::Options graph_optimizer_options; in Run() local
2606 graph_optimizer_options.cf_consider_fn = cf_consider_fn; in Run()
2607 OptimizeGraph(flr, subgraph, graph_optimizer_options); in Run()