Home
last modified time | relevance | path

Searched defs:new_node (Results 1 – 25 of 101) sorted by relevance

12345

/external/llvm-project/lldb/examples/scripting/
Ddictionary.c60 tree_node *new_node = (tree_node *)malloc(sizeof(tree_node)); in insert() local
70 tree_node *new_node = (tree_node *)malloc(sizeof(tree_node)); in insert() local
92 tree_node *new_node = (tree_node *)malloc(sizeof(tree_node)); in populate_dictionary() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h795 inline void UpdateName(NewNode<GraphViewT>* new_node, absl::string_view name) { in UpdateName() argument
805 inline void UpdateOp(NewNode<GraphViewT>* new_node, absl::string_view op) { in UpdateOp()
815 inline void UpdateDevice(NewNode<GraphViewT>* new_node, in UpdateDevice()
827 inline void AddOrUpdateRegularFanin(NewNode<GraphViewT>* new_node, int index, in AddOrUpdateRegularFanin()
841 inline void RemoveRegularFanin(NewNode<GraphViewT>* new_node, int index) { in RemoveRegularFanin()
853 inline void AddControllingFanin(NewNode<GraphViewT>* new_node, in AddControllingFanin()
860 inline void RemoveControllingFanin(NewNode<GraphViewT>* new_node, in RemoveControllingFanin()
867 inline void AddOrUpdateAttribute(NewNode<GraphViewT>* new_node, in AddOrUpdateAttribute()
876 inline void RemoveAttribute(NewNode<GraphViewT>* new_node, in RemoveAttribute()
884 NewNode<GraphViewT>* new_node, in IsWellFormed()
Dgraph_view_internal_test.cc869 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
886 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
903 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
920 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
962 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
991 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
1021 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
1048 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
1070 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_and_batch_fusion.cc44 NodeDef new_node; in MakeMapAndBatchNode() local
132 auto* new_node = in OptimizeAndCollectStats() local
Dauto_shard.cc142 NodeDef new_node; in AddShardNode() local
210 NodeDef new_node; in AddShuffleDataset() local
238 NodeDef new_node; in AddShuffleDatasetV2() local
263 NodeDef new_node; in AddShuffleDatasetV3() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dinline_partitionedcall.cc111 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in InlinePartitionedCall() local
128 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in InlinePartitionedCall() local
Dremove_device.cc34 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RemoveDevice() local
Dremove_control_dependencies.cc31 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RemoveControlDependencies() local
Drename_op.cc45 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RenameOp() local
Dset_device.cc34 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in SetDevice() local
Dremove_attribute.cc54 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RemoveAttribute() local
Drename_attribute.cc52 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RenameAttribute() local
/external/antlr/runtime/Ruby/test/unit/
Dtest-trees.rb306 def new_node(token) method in TestTreeNodeStream
450 def new_node(token) method in TestCommonTreeNodeStream
786 def new_node(token) method in TestCommonTree
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage.cc79 NodeDef* new_node = ctx.optimized_graph->add_node(); in AddCopyNode() local
92 NodeDef* new_node = ctx.optimized_graph->add_node(); in AddEmptyNode() local
Dmodel_pruner.cc147 bool add_as_control, NodeDef* new_node, in ForwardInputsInternal()
181 NodeDef* new_node, in ForwardInputs()
284 NodeDef* new_node = graph->add_node(); in NewIdentityFromIdentityN() local
516 NodeDef* new_node = optimized_graph->add_node(); in Optimize() local
Dauto_parallel.cc210 auto new_node = graph->add_node(); in AddSharedNodes() local
224 auto new_node = graph->add_node(); in AddOneReplica() local
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dbuild.c5 new_node (int value) in new_node() function
Dstack.c21 struct stack_struct *new_node = (struct stack_struct *) malloc (sizeof (struct stack_struct *)); in push() local
/external/dynamic_depth/internal/xmpmeta/xml/
Dserializer_impl.cc69 xmlNodePtr new_node = in CreateSerializer() local
95 xmlNodePtr new_node = in CreateItemSerializer() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_llist.c46 void ares__insert_in_list(struct list_node* new_node, in ares__insert_in_list()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dunpack_vectorizer.cc47 Node* new_node; in Vectorize() local
Ddecode_csv_vectorizer.cc39 Node* new_node; in Vectorize() local
/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.cc48 Node* new_node = new Node(key); in Insert() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp243 void SENodeSimplifyImpl::GatherAccumulatorsFromChildNodes(SENode* new_node, in GatherAccumulatorsFromChildNodes()
374 std::unique_ptr<SEAddNode> new_node{new SEAddNode(&analysis_)}; in FoldRecurrentAddExpressions() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp243 void SENodeSimplifyImpl::GatherAccumulatorsFromChildNodes(SENode* new_node, in GatherAccumulatorsFromChildNodes()
374 std::unique_ptr<SEAddNode> new_node{new SEAddNode(&analysis_)}; in FoldRecurrentAddExpressions() local

12345