MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
tensorflowSerDes.h File Reference

Serialization/Deserialization to support TF AOT models. More...

#include "SerDes/baseSerDes.h"
#include "tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h"
Include dependency graph for tensorflowSerDes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MLBridge::TensorflowSerDes
 TensorflowSerDes - Serialization/Deserialization to support TF AOT models. More...
 

Namespaces

namespace  MLBridge
 

Macros

#define SET_FEATURE(TYPE, _)
 

Detailed Description

Serialization/Deserialization to support TF AOT models.

Definition in file tensorflowSerDes.h.

Macro Definition Documentation

◆ SET_FEATURE

#define SET_FEATURE ( TYPE,
_ )
Value:
void setFeature(const std::string &, const TYPE) override; \
void setFeature(const std::string &, const std::vector<TYPE> &) override;

Definition at line 30 of file tensorflowSerDes.h.