Home
last modified time | relevance | path

Searched refs:REGISTER_GRAPH_TRANSFORM (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfuse_convolutions.cc192 REGISTER_GRAPH_TRANSFORM("fuse_resize_pad_and_conv", FuseResizePadAndConv);
194 REGISTER_GRAPH_TRANSFORM("fuse_resize_and_conv", FuseResizeAndConv);
196 REGISTER_GRAPH_TRANSFORM("fuse_pad_and_conv", FusePadAndConv);
Dbackports.cc61 REGISTER_GRAPH_TRANSFORM("backport_concatv2", BackportConcatV2Transform);
131 REGISTER_GRAPH_TRANSFORM("backport_tensor_array_v3",
Dsort_by_execution_order.cc38 REGISTER_GRAPH_TRANSFORM("sort_by_execution_order",
Dadd_default_attributes.cc37 REGISTER_GRAPH_TRANSFORM("add_default_attributes", AddDefaultAttributes);
Dremove_device.cc43 REGISTER_GRAPH_TRANSFORM("remove_device", RemoveDevice);
Dremove_control_dependencies.cc43 REGISTER_GRAPH_TRANSFORM("remove_control_dependencies", RemoveControlDependencies);
Dset_device.cc44 REGISTER_GRAPH_TRANSFORM("set_device", SetDevice);
Drename_op.cc56 REGISTER_GRAPH_TRANSFORM("rename_op", RenameOp);
Dremove_attribute.cc66 REGISTER_GRAPH_TRANSFORM("remove_attribute", RemoveAttribute);
Drename_attribute.cc66 REGISTER_GRAPH_TRANSFORM("rename_attribute", RenameAttribute);
Dobfuscate_names.cc96 REGISTER_GRAPH_TRANSFORM("obfuscate_names", ObfuscateNames);
Dfold_batch_norms.cc123 REGISTER_GRAPH_TRANSFORM("fold_batch_norms", FoldBatchNorms);
Dremove_nodes.cc113 REGISTER_GRAPH_TRANSFORM("remove_nodes", RemoveNodes);
Dround_weights.cc112 REGISTER_GRAPH_TRANSFORM("round_weights", RoundWeights);
Dflatten_atrous.cc137 REGISTER_GRAPH_TRANSFORM("flatten_atrous_conv", FlattenAtrousConv);
Dquantize_weights.cc143 REGISTER_GRAPH_TRANSFORM("quantize_weights", QuantizeWeights);
Dinsert_logging.cc148 REGISTER_GRAPH_TRANSFORM("insert_logging", InsertLogging);
Dstrip_unused_nodes.cc192 REGISTER_GRAPH_TRANSFORM("strip_unused_nodes", StripUnusedNodes);
Dfreeze_requantization_ranges.cc207 REGISTER_GRAPH_TRANSFORM("freeze_requantization_ranges",
Dfuse_quantized_convolution.cc220 REGISTER_GRAPH_TRANSFORM("fuse_quantized_conv_and_requantize",
Dtransform_utils.h280 #define REGISTER_GRAPH_TRANSFORM(name, func) \ macro
Dtransform_graph_test.cc47 REGISTER_GRAPH_TRANSFORM("test_empty_graph_transform",
Dquantize_nodes.cc947 REGISTER_GRAPH_TRANSFORM("quantize_nodes", QuantizeNodes);
949 REGISTER_GRAPH_TRANSFORM("merge_duplicate_nodes", MergeDuplicateNodes);
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_rewriter_transform.cc255 REGISTER_GRAPH_TRANSFORM("fuse_remote_graph", FuseRemoteGraph);
257 REGISTER_GRAPH_TRANSFORM("place_remote_graph_arguments",
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_rewriter_transform.cc85 REGISTER_GRAPH_TRANSFORM("rewrite_quantized_stripped_model_for_hexagon",

12