API
 
Loading...
Searching...
No Matches
nnReconstructor_working.hpp File Reference
#include <NvInfer.h>
#include <cuda_fp16.h>
#include <cuda_runtime_api.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <limits>
#include <mx/improc/eigenCube.hpp>
#include <mx/improc/eigenImage.hpp>
#include "../../libMagAOX/libMagAOX.hpp"
#include "../../magaox_git_version.h"
Include dependency graph for nnReconstructor_working.hpp:

Go to the source code of this file.

Classes

class  Logger
 
class  MagAOX::app::nnReconstructor
 

Namespaces

namespace  MagAOX
 
namespace  MagAOX::app
 

Functions

void halfToFloatArray (float *dst, const half *src, size_t num_elements)
 
void floatToHalfArray (half *dst, const float *src, size_t num_elements)
 

Function Documentation

◆ floatToHalfArray()

void floatToHalfArray ( half *  dst,
const float *  src,
size_t  num_elements 
)

Definition at line 44 of file nnReconstructor_working.hpp.

◆ halfToFloatArray()

void halfToFloatArray ( float *  dst,
const half *  src,
size_t  num_elements 
)

Definition at line 38 of file nnReconstructor_working.hpp.