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

Class DatasetDebugStringParams

tensorflow/core/kernels/data/name_utils.h:34–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34struct DatasetDebugStringParams {
35 template <typename... T>
36 void set_args(T... input_args) {
37 args = {static_cast<const strings::AlphaNum&>(input_args).data()...};
38 }
39
40 int op_version = 1;
41 string dataset_prefix = "";
42 std::vector<string> args;
43};
44
45struct IteratorPrefixParams {
46 int op_version = 1;

Callers 1

DatasetDebugStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected