search for: cltest

Displaying 7 results from an estimated 7 matches for "cltest".

Did you mean: cctest
2012 Aug 11
2
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: >> Attached is a patch that adds tools/llvm-cltest. This currently contains code >> that should be in a library and will not exist in the final version. This is a >> proof of concept for what TableGen would actually generate. It does not contain >> the actual TableGen implementation. >> >> - Michael Spencer > >...
2012 Aug 11
0
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
On Fri, Aug 10, 2012 at 6:28 PM, Chris Lattner <clattner at apple.com> wrote: > > On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: > >>> Attached is a patch that adds tools/llvm-cltest. This currently contains code >>> that should be in a library and will not exist in the final version. This is a >>> proof of concept for what TableGen would actually generate. It does not contain >>> the actual TableGen implementation. >>> >>> - Michael...
2011 Feb 23
0
Problem with Mclust
...in_set <- my_data[ms, sel_col] my_labels <- my_data[ms,-sel_col] train <- mclustDAtrain(train_set, labels = my_labels) ## training step summary(train) print("OK training") test_set <- my_data[-ms, sel_col] test <- mclustDAtest(test_set, train) ## compute model densities clTest <- summary(test)$class ## classify training set err_est <- classError(clTest,my_data[-ms,-sel_col])
2012 Aug 11
3
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...lt;bigcheesegs at gmail.com> wrote: > On Fri, Aug 10, 2012 at 6:28 PM, Chris Lattner <clattner at apple.com> wrote: >> >> On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: >> >>>> Attached is a patch that adds tools/llvm-cltest. This currently contains code >>>> that should be in a library and will not exist in the final version. This is a >>>> proof of concept for what TableGen would actually generate. It does not contain >>>> the actual TableGen implementation. >>>> >&...
2012 Aug 13
0
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...> wrote: > > > On Fri, Aug 10, 2012 at 6:28 PM, Chris Lattner <clattner at apple.com> wrote: > >> > >> On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: > >> > >>>> Attached is a patch that adds tools/llvm-cltest. This currently contains code > >>>> that should be in a library and will not exist in the final version. This is a > >>>> proof of concept for what TableGen would actually generate. It does not contain > >>>> the actual TableGen implementation. > &gt...
2012 Aug 09
0
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...e dag in P has its :$<name> values substituted, converted to an Argument, then > added to the output ArgumentList. > > Not all transforms can be represented in this manner, but you can still hand > write the code for these casses. > > Attached is a patch that adds tools/llvm-cltest. This currently contains code > that should be in a library and will not exist in the final version. This is a > proof of concept for what TableGen would actually generate. It does not contain > the actual TableGen implementation. > > - Michael Spencer ping. - Michael Spencer
2012 Aug 01
2
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...dags in M are satisfied, the dag in P has its :$<name> values substituted, converted to an Argument, then added to the output ArgumentList. Not all transforms can be represented in this manner, but you can still hand write the code for these casses. Attached is a patch that adds tools/llvm-cltest. This currently contains code that should be in a library and will not exist in the final version. This is a proof of concept for what TableGen would actually generate. It does not contain the actual TableGen implementation. - Michael Spencer -------------- next part -------------- A non-text atta...