Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunereco
dunereco
VLNets
art
data_generators
utils.h
Go to the documentation of this file.
1
#pragma once
2
#include <string>
3
4
namespace
VLN
{
5
6
enum class
Flavor
:
int
{
Any
= 0,
NuMu
= 14 };
7
enum class
Format
{
CSV
};
8
9
Flavor
parseFlavor
(
const
std::string
&flavStr);
10
Format
parseFormat
(
const
std::string
&formatStr);
11
12
std::string
convertFilename
(
13
const
std::string
&path,
const
std::string
&root,
Format
format
14
);
15
16
}
VLN::Flavor::Any
VLN::Format
Format
Definition:
utils.h:7
VLN::parseFormat
Format parseFormat(const std::string &formatStr)
Definition:
utils.cxx:24
string
std::string string
Definition:
nybbler.cc:12
format
static bool format(QChar::Decomposition tag, QString &str, int index, int len)
Definition:
qstring.cpp:11496
VLN::Format::CSV
VLN::Flavor
Flavor
Definition:
utils.h:6
VLN::convertFilename
std::string convertFilename(const std::string &path, const std::string &root, Format format)
Definition:
utils.cxx:35
VLN
Definition:
utils.cxx:6
keras_to_tensorflow.int
int
Definition:
keras_to_tensorflow.py:69
VLN::parseFlavor
Flavor parseFlavor(const std::string &flavStr)
Definition:
utils.cxx:8
VLN::Flavor::NuMu
Generated by
1.8.11