Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc8377 std::vector<tensorflow::TensorShapeProto> output_shape_list; in TF_MakeFakeIteratorGetNextWithDatasets() local
8378 output_shape_list.push_back(tensorflow::TensorShapeProto()); in TF_MakeFakeIteratorGetNextWithDatasets()
8380 funcs, dataset_name, {tensorflow::DT_FLOAT}, output_shape_list, graph, in TF_MakeFakeIteratorGetNextWithDatasets()
8411 std::vector<tensorflow::TensorShapeProto> output_shape_list; in TF_MakeFileBasedIteratorGetNextWithDatasets()
8422 output_shape_list.push_back(image_shape); in TF_MakeFileBasedIteratorGetNextWithDatasets()
8427 output_shape_list.push_back(label_shape); in TF_MakeFileBasedIteratorGetNextWithDatasets()
8430 output_shape_list, graph, status); in TF_MakeFileBasedIteratorGetNextWithDatasets()