8#ifndef popnn_CTCPlan_hpp
9#define popnn_CTCPlan_hpp
28 friend bool operator<(
const Plan &a,
const Plan &b);
29 friend bool operator==(
const Plan &a,
const Plan &b);
31 friend std::ostream &operator<<(std::ostream &o,
const Plan &p);
36 Impl &getImpl()
const {
return *impl; }
37 Plan(std::unique_ptr<Impl> impl);
40 std::unique_ptr<Impl> impl;
43bool operator<(
const Plan &a,
const Plan &b);
44bool operator==(
const Plan &a,
const Plan &b);
45bool operator!=(
const Plan &a,
const Plan &b);
Poplibs generic debug info structure.
ProfileValue represents a read-only JSON-like tree of values that are used to store the output of the...
Definition: ProfileValue.hpp:39
An object representing a plan that describes how to map tensors and implement the CTC Loss or CTC Inf...
Definition: CTCPlan.hpp:19
Functions used in neural networks.
Definition: BatchNorm.hpp:14