MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Options

Class Options

tensorflow/core/util/tensor_bundle/tensor_bundle.h:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108class BundleWriter {
109 public:
110 struct Options {
111 Options() {}
112 // Alignment, in bytes, for tensor data.
113 // Must be >= 1. The default size of 1 densely packs tensors.
114 int data_alignment{1};
115 };
116 BundleWriter(Env* env, StringPiece prefix,
117 const Options& options = Options());
118

Callers 4

FlipEndiannessBitFunction · 0.70
VersionTestFunction · 0.70
BundleReaderMethod · 0.70
BundleWriterClass · 0.70

Calls

no outgoing calls

Tested by 2

FlipEndiannessBitFunction · 0.56
VersionTestFunction · 0.56