Home
last modified time | relevance | path

Searched defs:input_nodes (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/tools/graph_transforms/
Dbackports.cc36 std::vector<NodeDef>* new_nodes) { in BackportConcatV2Transform()
71 const std::set<string>& input_nodes, in BackportTensorArrayV3Transform()
73 std::vector<NodeDef>* new_nodes) { in BackportTensorArrayV3Transform()
117 [](const NodeMatch& match, const std::set<string>& input_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()
94 [](const NodeMatch& match, const std::set<string>& input_nodes, in FuseResizeAndConv()
96 std::vector<NodeDef>* new_nodes) { in FuseResizeAndConv()
154 [](const NodeMatch& match, const std::set<string>& input_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()
108 {}, 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()
Dstrip_unused_nodes.cc120 std::set<string> input_nodes; in StripUnusedNodes() local
Dsparsify_gather.cc260 std::vector<NodeDef>* new_nodes) { in SparsifyGatherInternal()
449 {true}, &replaced_graph_def)); in SparsifyGatherInternal()
Dfold_constants_lib.cc54 StringPieceSet input_nodes; in ReplaceSendRecvs() local
/external/tensorflow/tensorflow/c/
Dc_api_function.cc54 std::unordered_map<const Node*, std::vector<int>>* input_nodes) in ProcessInputs()
113 const std::unordered_map<const Node*, std::vector<int>>& input_nodes, in ComputeBodyNodes()
163 std::unordered_map<const Node*, std::vector<int>> input_nodes; in TF_GraphToFunctionWithControlOutputs() local
/external/libaom/av1/encoder/
Dml.c30 void av1_nn_predict_c(const float *input_nodes, in av1_nn_predict_c()
122 const float *input_nodes = feature; in av1_nn_predict_v2() local
/external/tensorflow/tensorflow/core/tfrt/utils/
Dgraph_partition.cc76 absl::flat_hash_map<std::string, NodeInfo>& input_nodes, in PrepareSubgraphForFunctionConversion()
216 const absl::flat_hash_map<std::string, NodeInfo>& input_nodes, in BuildPartitionedCallOp()
458 absl::flat_hash_map<std::string, NodeInfo> input_nodes; in InsertTransferOps() local
/external/tensorflow/tensorflow/core/tfrt/graph_executor/
Dgraph_executor.h99 tensorflow::GraphImportConfig::InputArrays input_nodes; member
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_config.cc95 std::vector<std::string> input_nodes = absl::StrSplit(node_names, ','); in ParseInputNodeQuantSpecs() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc196 const NodeDef& node, const std::vector<NodeDef*>& input_nodes, in BypassingNodeIsBeneficial()
385 std::vector<NodeDef*> input_nodes; in OptimizeNode() local
Dauto_parallel.cc163 std::vector<const NodeDef*> input_nodes; in Initialize() local
/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc94 std::vector<Node*> input_nodes; in AsGraphDefInternal() local
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dconfigure_tpu_embedding_rewrite_pass.cc82 absl::Span<Node* const> input_nodes, in AddSetupPropagationEmbeddingNode()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc57 std::vector<Node*> input_nodes; in ConstructFunctionGraph() local
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.cc721 tensorflow::GraphImportConfig::InputArrays input_nodes; member
852 const tensorflow::GraphImportConfig::InputArrays& input_nodes, in ImportSubgraph()
/external/libaom/av1/encoder/x86/
Dml_sse3.c153 void av1_nn_predict_sse3(const float *input_nodes, in av1_nn_predict_sse3()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_dataset_op.cc180 std::vector<Node*> input_nodes; in AsGraphDefInternal() local

12