Home
last modified time | relevance | path

Searched defs:output_nodes (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/tools/graph_transforms/
Dbackports.cc36 std::vector<NodeDef>* new_nodes) { in BackportConcatV2Transform()
72 const std::set<string>& output_nodes, in BackportTensorArrayV3Transform()
73 std::vector<NodeDef>* new_nodes) { in BackportTensorArrayV3Transform()
118 const std::set<string>& output_nodes, in BackportTensorArrayV3Transform()
119 std::vector<NodeDef>* new_nodes) { in BackportTensorArrayV3Transform()
126 {true}, output_graph_def)); in BackportTensorArrayV3Transform()
Dfuse_convolutions.cc47 std::vector<NodeDef>* new_nodes) { in FuseResizePadAndConv()
95 const std::set<string>& output_nodes, in FuseResizeAndConv()
96 std::vector<NodeDef>* new_nodes) { in FuseResizeAndConv()
155 const std::set<string>& output_nodes, in FusePadAndConv()
156 std::vector<NodeDef>* new_nodes) { in FusePadAndConv()
186 {}, &replaced_graph_def)); in FusePadAndConv()
Dquantize_nodes.cc282 std::vector<NodeDef>* new_nodes) { in RemoveRedundantQuantizations()
302 {true}, &replaced_graph_def)); in RemoveRedundantQuantizations()
405 std::vector<NodeDef>* new_nodes) { in ConvertFakeQuantsToRequantize()
452 {}, output_graph_def)); in ConvertFakeQuantsToRequantize()
499 std::vector<NodeDef>* new_nodes) { in MergeAdjacentRequantizes()
522 {}, output_graph_def)); in MergeAdjacentRequantizes()
549 std::vector<NodeDef>* new_nodes) { in HoistFakeQuants()
578 {}, &hoisted_graph_def)); in HoistFakeQuants()
698 std::vector<NodeDef>* new_nodes) { in QuantizeNodes()
923 {}, &quantized_graph_def)); in QuantizeNodes()
Dfold_old_batch_norms.cc313 std::vector<NodeDef>* new_nodes) { in FoldOldBatchNorms()
318 {}, &replaced_graph_def)); in FoldOldBatchNorms()
350 std::vector<NodeDef>* new_nodes) { in FoldOldBatchNorms()
355 {}, &replaced_graph_def)); in FoldOldBatchNorms()
393 std::vector<NodeDef>* new_nodes) { in FoldOldBatchNorms()
398 {}, &replaced_graph_def)); in FoldOldBatchNorms()
Dfold_batch_norms.cc50 std::vector<NodeDef>* new_nodes) { in FoldBatchNorms()
117 {}, &replaced_graph_def)); in FoldBatchNorms()
Dround_weights.cc42 std::vector<NodeDef>* new_nodes) { in RoundWeights()
107 {}, output_graph_def)); in RoundWeights()
Dremove_nodes.cc72 std::vector<NodeDef>* new_nodes) { in RemoveNodes()
99 {true}, &replaced_graph_def)); in RemoveNodes()
Dquantize_weights.cc45 std::vector<NodeDef>* new_nodes) { in QuantizeWeights()
138 {}, output_graph_def)); in QuantizeWeights()
Dflatten_atrous.cc52 std::vector<NodeDef>* new_nodes) { in FlattenAtrousConv()
132 {}, &replaced_graph_def)); in FlattenAtrousConv()
Dsparsify_gather.cc260 std::vector<NodeDef>* new_nodes) { in SparsifyGatherInternal()
449 {true}, &replaced_graph_def)); in SparsifyGatherInternal()
Dtransform_utils_test.cc437 std::vector<NodeDef>* new_nodes) { in TestReplaceMatchingOpTypes()
452 {}, &replaced_graph_def)); in TestReplaceMatchingOpTypes()
Dtransform_utils.cc404 std::set<string> output_nodes; in ReplaceMatchingOpTypes() local
/external/tensorflow/tensorflow/lite/python/
Dconvert_test.py170 def _getGraphOpTypes(self, graphdef, output_nodes): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc258 const auto output_nodes = node_map_->GetOutputs(node_name); in OptimizeNode() local
387 const std::vector<NodeDef*> output_nodes(output_node_set.begin(), in OptimizeNode() local
Dscoped_allocator_optimizer.cc732 auto output_nodes = node_map->GetOutputs(old_op->name()); in RewireSubgraph() local
Dfunction_optimizer.cc940 absl::flat_hash_set<const Node*> output_nodes = {fbody.ret_nodes.begin(), in ValidateNoDeadOutputs() local
/external/libaom/libaom/av1/encoder/
Dml.c43 float *output_nodes = buf[buf_index]; in av1_nn_predict_c() local
/external/libaom/libaom/av1/encoder/x86/
Dml_sse3.c165 float *const output_nodes = output_layer ? output : &buf[buf_index][0]; in av1_nn_predict_sse3() local
/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc267 std::unordered_set<int> output_nodes; in Initialize() local
/external/adhd/cras/client/libcras/src/
Dcras_shm.rs553 output_nodes: VolatileSlice<'a>, field
703 pub fn output_nodes(&self) -> impl Iterator<Item = CrasIonodeInfo> { in output_nodes() method
Dlibcras.rs343 pub fn output_nodes(&self) -> impl Iterator<Item = CrasIonodeInfo> { in output_nodes() method
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc828 std::vector<const NodeDef*>* output_nodes) { in GetOutputNodes()
Dgraph_properties.cc861 absl::flat_hash_map<std::string, NodeDef*> output_nodes; in UpdateFunction() local
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc2091 int list_length, std::vector<NodeBuilder::NodeOut>* output_nodes) { in GetNodesProducingTFTensorList()
2156 int list_length, std::vector<NodeBuilder::NodeOut>* output_nodes) { in GetNodesProducingMklTensorList()
/external/adhd/cras/src/common/
Dcras_types.h606 struct cras_ionode_info output_nodes[CRAS_MAX_IONODES]; member

12