Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddataset.cc424 DatasetBase* another_input; in MakeDataset() local
426 GetDatasetFromVariantTensor(ctx->input(1), &another_input)); in MakeDataset()
427 MakeDataset(ctx, input, another_input, output); in MakeDataset()
Ddataset.h907 DatasetBase* another_input,