Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h786 inline void UpdateName(NewNode<GraphViewT>* new_node, absl::string_view name) { in UpdateName() argument
796 inline void UpdateOp(NewNode<GraphViewT>* new_node, absl::string_view op) { in UpdateOp()
806 inline void UpdateDevice(NewNode<GraphViewT>* new_node, in UpdateDevice()
818 inline void AddOrUpdateRegularFanin(NewNode<GraphViewT>* new_node, int index, in AddOrUpdateRegularFanin()
832 inline void RemoveRegularFanin(NewNode<GraphViewT>* new_node, int index) { in RemoveRegularFanin()
843 inline void AddControllingFanin(NewNode<GraphViewT>* new_node, in AddControllingFanin()
850 inline void RemoveControllingFanin(NewNode<GraphViewT>* new_node, in RemoveControllingFanin()
857 inline void AddOrUpdateAttribute(NewNode<GraphViewT>* new_node, in AddOrUpdateAttribute()
866 inline void RemoveAttribute(NewNode<GraphViewT>* new_node, in RemoveAttribute()
874 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.cc38 NodeDef new_node; in MakeMapAndBatchNode() local
124 auto* new_node = in OptimizeAndCollectStats() local
Dauto_shard.cc124 NodeDef new_node; in AddShardNode() local
192 NodeDef new_node; in AddShuffleNode() local
220 NodeDef new_node; in AddShuffleV2Node() local
Dlatency_all_edges.cc39 NodeDef new_node; in MakeLatencyNode() 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/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage.cc79 NodeDef* new_node = ctx.optimized_graph->add_node(); in AddCopyNode() local
89 NodeDef* new_node = ctx.optimized_graph->add_node(); in AddEmptyNode() local
Dmodel_pruner.cc144 bool add_as_control, NodeDef* new_node, in ForwardInputsInternal()
178 NodeDef* new_node, in ForwardInputs()
281 NodeDef* new_node = graph->add_node(); in NewIdentityFromIdentityN() local
503 NodeDef* new_node = optimized_graph->add_node(); in Optimize() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dremove_device.cc35 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.cc46 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.cc55 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RemoveAttribute() local
Drename_attribute.cc53 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/v8/src/compiler/backend/
Dinstruction-scheduler.cc111 ScheduleGraphNode* new_node = zone()->New<ScheduleGraphNode>(zone(), instr); in AddTerminator() local
131 ScheduleGraphNode* new_node = zone()->New<ScheduleGraphNode>(zone(), instr); in AddInstruction() local
/external/v8/src/compiler/
Descape-analysis-reducer.cc158 NodeHashCache::Constructor new_node(&node_cache_, node); in ReduceDeoptState() local
171 NodeHashCache::Constructor new_node(&node_cache_, node); in ReduceDeoptState() local
194 NodeHashCache::Constructor new_node( in ReduceDeoptState() local
/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/dynamic_depth/internal/xmpmeta/xml/
Dserializer_impl.cc69 xmlNodePtr new_node = in CreateSerializer() local
95 xmlNodePtr new_node = in CreateItemSerializer() local
/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.cc48 Node* new_node = new Node(key); in Insert() local
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc97 target_service_account* new_node = in alts_client_options_copy() 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
/external/angle/third_party/spirv-tools/src/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

1234