Home
last modified time | relevance | path

Searched refs:another_input (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Ddataset.cc687 DatasetBase* another_input; in MakeDataset() local
689 GetDatasetFromVariantTensor(ctx->input(1), &another_input)); in MakeDataset()
690 MakeDataset(ctx, input, another_input, output); in MakeDataset()
Ddataset.h1196 DatasetBase* another_input,