Searched refs:GraphDefBuilderWrapper (Results 1 – 2 of 2) sorted by relevance
228 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()
168 class GraphDefBuilderWrapper {170 explicit GraphDefBuilderWrapper(GraphDefBuilder* b) : b_(b) {} in GraphDefBuilderWrapper() function1039 class DatasetGraphDefBuilder : public GraphDefBuilderWrapper {1042 : GraphDefBuilderWrapper(b) {} in DatasetGraphDefBuilder()