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

Method MakeDataset

tensorflow/core/framework/dataset.cc:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void UnaryDatasetOpKernel::MakeDataset(OpKernelContext* ctx,
422 DatasetBase** output) {
423 DatasetBase* input;
424 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(0), &input));
425 MakeDataset(ctx, input, output);
426}
427
428void BinaryDatasetOpKernel::MakeDataset(OpKernelContext* ctx,
429 DatasetBase** output) {

Callers

nothing calls this directly

Calls 2

inputMethod · 0.45

Tested by

no test coverage detected