Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
apps
apps
wcsonnet.cxx
Go to the documentation of this file.
1
// A wire cell version of the jsonnet cli.
2
3
#include "
WireCellUtil/Persist.h
"
4
#include <iostream>
5
6
using namespace
std
;
7
using namespace
WireCell
;
8
9
int
main
(
int
argc
,
char
*
argv
[])
10
{
11
Persist::Parser
parser
;
12
auto
jdat = parser.
load
(argv[1]);
13
cout << jdat <<
endl
;
14
15
return
0;
16
}
keras_to_tensorflow.parser
parser
Definition:
keras_to_tensorflow.py:57
std
STL namespace.
freeze_graph.argv
argv
Definition:
freeze_graph.py:218
WireCell
Definition:
Main.h:22
WireCell::Persist::Parser::load
Json::Value load(const std::string &filename)
Definition:
Persist.cxx:276
Persist.h
main
int main(int argc, char *argv[])
Definition:
wcsonnet.cxx:9
WireCell::Persist::Parser
Definition:
Persist.h:128
test_gen_rays_pdsp.argc
argc
Definition:
test_gen_rays_pdsp.py:6
endl
QTextStream & endl(QTextStream &s)
Definition:
qtextstream.cpp:2030
Generated by
1.8.11