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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/tools/graph_transforms/
fold_constants_lib.h 30 Status FoldConstants(const GraphDef& input_graph_def,
32 GraphDef* output_graph_def);
36 Status RemoveUnusedNodes(const GraphDef& input_graph_def,
38 GraphDef* output_graph_def);
sort_by_execution_order.cc 33 const GraphDef& input_graph_def, const TransformFuncContext& unused_context,
34 GraphDef* output_graph_def) {
file_utils.h 27 Status LoadTextOrBinaryGraphFile(const string& file_name, GraphDef* graph_def);
add_default_attributes.cc 24 Status AddDefaultAttributes(const GraphDef& input_graph_def,
26 GraphDef* output_graph_def) {
remove_device.cc 30 Status RemoveDevice(const GraphDef& input_graph_def,
32 GraphDef* output_graph_def) {
  /external/tensorflow/tensorflow/core/grappler/utils/
colocation.h 34 void ReassignColocation(GraphDef* graph);
topological_sort.h 43 const GraphDef& graph,
46 Status ComputeTopologicalOrder(const GraphDef& graph,
50 Status TopologicalSort(GraphDef* graph);
53 Status ReversedTopologicalSort(GraphDef* graph);
scc.h 35 const GraphDef& graph, std::unordered_map<const NodeDef*, int>* components,
41 int IdentifyLoops(const GraphDef& graph,
  /external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
resolve_cluster.h 34 std::unique_ptr<tensorflow::GraphDef> MaybeResolveClusters(
35 const tensorflow::GraphDef& graph_def,
44 tensorflow::GraphDef* graph);
51 const tensorflow::GraphDef& graph_def,
58 std::unique_ptr<tensorflow::GraphDef> MaybeReplaceCompositeSubgraph(
59 const tensorflow::GraphDef& tf_graph);
  /external/tensorflow/tensorflow/core/framework/
graph_def_util.h 26 class GraphDef;
28 // Produce a human-readable version of a GraphDef that is more concise
30 string SummarizeGraphDef(const GraphDef& graph_def);
32 // Validates the syntax of a GraphDef provided externally.
34 // The following is an EBNF-style syntax for GraphDef objects. Note that
44 Status ValidateExternalGraphDefSyntax(const GraphDef& graph_def);
55 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
61 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def,
96 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry,
103 void OpsUsedByGraph(const GraphDef& graph_def
    [all...]
  /external/tensorflow/tensorflow/core/graph/
validate.h 34 Status ValidateGraphDef(const GraphDef& graph_def,
41 const GraphDef& graph_def, const OpRegistryInterface& op_registry);
47 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def,
63 Status VerifyNoDuplicateNodeNames(const GraphDef& graph);
quantize_training.h 41 // Converts the input serialized GraphDef and returns a rewritten serialized
42 // GraphDef for quantized training.
48 // Converts the input GraphDef and returns a rewritten GraphDef for quantized
50 Status DoQuantizeTrainingOnGraphDef(const GraphDef& input_graphdef,
52 GraphDef* result_graphdef);
graph_def_builder_util.cc 22 GraphDef graph_def;
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.h 42 static string AddControlDependency(const string& input_name, GraphDef* graph,
53 GraphDef* output) override;
56 const GraphDef& optimize_output, double result) override;
83 Status FoldMergeNode(NodeDef* node, GraphDef* output_graph);
84 Status FoldNode(NodeDef* node, GraphDef* output_graph,
91 NodeDef* node, GraphDef* graph);
94 NodeDef* node, GraphDef* graph);
95 void ReplaceSubtractionFromZeroByNegation(NodeDef* node, GraphDef* graph);
99 NodeDef* node, GraphDef* graph,
101 void ReplaceDivisionOfOnesByReciprocal(NodeDef* node, GraphDef* graph)
    [all...]
debug_stripper.h 34 GraphDef* output) override;
37 const GraphDef& optimize_output, double result) override;
model_pruner.h 35 GraphDef* pruned_graph) override;
38 const GraphDef& pruned_graph, double result) override;
auto_parallel.h 37 GraphDef* output) override;
40 const GraphDef& optimize_output, double result) override;
43 GraphDef graph_;
56 GraphDef* graph);
58 void AddSharedNodes(GraphDef* graph);
59 void AddOneReplica(GraphDef* graph, int number);
60 void BuildGraph(GraphDef* graph);
layout_optimizer.h 45 GraphDef* output) override;
48 const GraphDef& optimize_output, double result) override;
54 const TuningConfig& config, GraphDef* output);
function_optimizer.h 36 GraphDef* optimized_graph) override;
39 const GraphDef& optimized_graph, double result) override;
57 const GrapplerItem& item, const GraphDef& graph, const int iteration,
58 std::unordered_set<string>* skip_nodes, GraphDef* optimized_graph,
  /external/tensorflow/tensorflow/lite/toco/
tensorflow_util.h 28 const tensorflow::GraphDef& tf_graph);
  /external/tensorflow/tensorflow/core/grappler/optimizers/data/
optimizer_base.h 36 GraphDef* output) final;
40 GraphDef* output,
  /external/tensorflow/tensorflow/core/grappler/graph_analyzer/
test_tools.h 84 GraphDef graph_3n_self_control_;
86 GraphDef graph_multi_input_;
88 GraphDef graph_all_or_none_;
90 GraphDef graph_circular_onedir_;
92 GraphDef graph_circular_bidir_;
94 GraphDef graph_linear_;
96 GraphDef graph_cross_;
97 GraphDef graph_small_cross_;
100 GraphDef graph_for_link_order_;
102 GraphDef graph_sun_
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
i_remote_fused_graph_executor.h 25 class GraphDef;
64 virtual Status FuseRemoteGraph(const GraphDef& original_graph_def,
67 GraphDef* fused_graph_def) = 0;
  /external/tensorflow/tensorflow/cc/tools/
freeze_saved_model.h 26 // Returns a frozen GraphDef, input tensors, and output tensors from the loaded
30 // FreezeSavedModel sets `frozen_graph_def` to a GraphDef of all nodes needed by
37 GraphDef* frozen_graph_def,
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla.h 26 // Converts a tensorflow::GraphDef into an xla::XlaComputation. The given
33 Status ConvertGraphDefToXla(const GraphDef& graph_def,

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 91011>>