Home
last modified time | relevance | path

Searched defs:todos (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtsxSpreadChildrenInvalidType.js20 function TodoList({ todos }: TodoListProps) { field
22 {...<Todo key={todos[0].id} todo={todos[0].todo} />} field
25 function TodoListNoError({ todos }: TodoListProps) { field
28 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)} field
DtsxSpreadChildren.js20 function TodoList({ todos }: TodoListProps) { field
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dupdate_state_formatter.cc31 auto todos = TopoSort(func_graph->get_return()); in GetUpdateStateList() local
81 auto todos = GetUpdateStateList(func_graph); in Run() local
106 auto todos = GetUpdateStateList(func_graph); in Run() local
134 auto todos = FindGraphKernelsWithMultiOutput(func_graph); in Run() local
255 auto todos = GetUpdateStateList(func_graph); in Run() local
Deliminate_redundant_output.cc91 auto todos = TopoSort(func_graph->get_return()); in FindGraphKernelsWithMultiOutput() local
128 auto todos = FindGraphKernelsWithMultiOutput(func_graph); in Run() local
190 auto todos = FindGraphKernelsWithMultiOutput(func_graph); in Run() local
271 auto todos = FindGraphKernelsWithMultiOutput(func_graph); in Run() local
Daxis_normalizer.cc35 auto todos = TopoSort(func_graph->get_return()); in Process() local
83 auto todos = TopoSort(func_graph->get_return()); in Run() local
Draise_reduction_precision.cc88 auto todos = TopoSort(func_graph->get_return()); in Process() local
113 auto todos = TopoSort(func_graph->get_return()); in Run() local
Doptimize_assign.cc144 auto todos = TopoSort(func_graph->get_return()); in RepalceOutputByParameter() local
164 auto todos = TopoSort(func_graph->get_return()); in ReplaceAssignByInplaceAssignInGraphkernel() local
192 auto todos = TopoSort(func_graph->get_return()); in RepalceAssignByInplaceAssign() local
Dshape_ops_splitter.cc94 auto todos = TopoSort(func_graph->get_return()); in Process() local
117 auto todos = TopoSort(func_graph->get_return()); in Run() local
Dvalue_graph_binder.cc27 auto todos = TopoSort(func_graph->get_return()); in Run() local
Ddecrease_compute_precision.cc134 auto todos = TopoSort(func_graph->get_return()); in Process() local
228 auto todos = TopoSort(func_graph->get_return()); in IsCastUnAware() local
250 auto todos = TopoSort(func_graph->get_return()); in Run() local
Dreorder_ops.cc331 auto todos = TopoSort(func_graph->get_return()); in ReorderCastTypeInsensitive() local
352 auto todos = TopoSort(func_graph->get_return()); in Run() local
Dgraph_kernel_expander.cc219 auto todos = TopoSort(func_graph->get_return()); in DoExpand() local
Ddecrease_transfer_precision.cc95 auto todos = TopoSort(func_graph->get_return()); in Run() local
Dtransform_op_optimizer.cc428 auto todos = TopoSort(kernel_graph->get_return()); in Run() local
Dinsert_pad.cc236 auto todos = TopoSort(func_graph->get_return()); in InsertPadUnpad() local
Dgraph_kernel_helper.cc815 auto todos = TopoSort(func_graph->output()); in AnfGraph2LiteGraph() local
934 auto todos = TopoSort(func_graph->get_return()); in EliminateRedundantParameters() local
Dgraph_kernel_splitter.cc911 auto todos = TopoSort(func_graph->get_return()); in Run() local