Home
last modified time | relevance | path

Searched refs:allow_internal_ops (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.h37 bool allow_internal_ops = false; member
Dpartitioning_utils.cc91 opts.allow_internal_ops = true; in PartitionFunctionGraph()
147 opts.allow_internal_ops = true; in InsertTransferOps()
Dfunction_def_utils.cc51 opts.allow_internal_ops = true; in FunctionDefToBodyHelper()
Dgraph_constructor.cc71 bool IsValidNodeName(StringPiece s, bool allow_internal_ops) { in IsValidNodeName() argument
75 .One(allow_internal_ops ? Scanner::LETTER_DIGIT_DOT_UNDERSCORE in IsValidNodeName()
96 : allow_internal_ops(in.allow_internal_ops), in Options()
103 : allow_internal_ops(false), in Options()
121 bool allow_internal_ops; member
646 if (!IsValidNodeName(node_def.name(), opts_.allow_internal_ops)) { in BuildNodeIndex()
Dshape_refiner.cc175 options.allow_internal_ops = true; in InferShapesForFunction()
Dgraph_execution_state.cc835 opts.allow_internal_ops = true; in OptimizeGraph()
Dfunction_test.cc93 opts.allow_internal_ops = true; in Create()
2091 opts.allow_internal_ops = true; in Optimize()
Ddirect_session.cc1718 device_opts.allow_internal_ops = true; in CreateGraphs()
/external/tensorflow/tensorflow/tools/optimization/
Doptimization_pass_runner.cc113 graph_opts.allow_internal_ops = true; in Run()
/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
Dverify_roundtrip.cc111 options.allow_internal_ops = true; in main()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_graph_optimization_pass.cc81 opts.allow_internal_ops = true; in runOnOperation()
/external/tensorflow/tensorflow/compiler/jit/tests/
Dauto_clustering_test_helper.cc41 graph_opts.allow_internal_ops = true; in SummarizeClustering()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc162 opts.allow_internal_ops = true; in InitItem()
197 device_opts.allow_internal_ops = true; in InitItem()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc272 graph_ctor_opts.allow_internal_ops = true; in RuntimeGraphOptimizer()
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtfrt_graph_execution_state.cc209 options.allow_internal_ops = true; in CreatePrunedGraph()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1514 opts.allow_internal_ops = true; in PrepareConvert()
3529 options.allow_internal_ops = true; in Convert()
3602 graph_ctor_options.allow_internal_ops = true; in Create()
4205 options.allow_internal_ops = true; in ConvertGraphdefToMlir()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1222 graph_constructor_options.allow_internal_ops = true; in InlineFunctionCalls()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc56 opts.allow_internal_ops = true; in AddGraphDefToFunctionLibrary()
487 options.allow_internal_ops = true; in Encapsulate()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_functional_ops.cc2446 opts.allow_internal_ops = true; in PartitionHelper()