Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.cc228 Status GraphDefBuilderWrapper::AddDataset(const DatasetBase* dataset, in AddDataset()
234 Status GraphDefBuilderWrapper::AddDataset( in AddDataset()
245 Status GraphDefBuilderWrapper::AddDataset( in AddDataset()
255 Status GraphDefBuilderWrapper::AddDataset( in AddDataset()
323 Status GraphDefBuilderWrapper::AddFunction( in AddFunction()
366 void GraphDefBuilderWrapper::AddPlaceholderInternal(const Tensor& val, in AddPlaceholderInternal()
373 void GraphDefBuilderWrapper::AddTensorInternal(const Tensor& val, in AddTensorInternal()
380 bool GraphDefBuilderWrapper::HasAttr(const string& name, in HasAttr()
H A Ddataset.h168 class GraphDefBuilderWrapper {
170 explicit GraphDefBuilderWrapper(GraphDefBuilder* b) : b_(b) {} in GraphDefBuilderWrapper() function
1039 class DatasetGraphDefBuilder : public GraphDefBuilderWrapper {
1042 : GraphDefBuilderWrapper(b) {} in DatasetGraphDefBuilder()