Searched refs:GraphDefBuilderWrapper (Results 1 – 2 of 2) sorted by relevance
211 Status GraphDefBuilderWrapper::AddDataset( in AddDataset()272 Status GraphDefBuilderWrapper::AddFunction( in AddFunction()315 void GraphDefBuilderWrapper::AddPlaceholderInternal(const Tensor& val, in AddPlaceholderInternal()322 void GraphDefBuilderWrapper::AddTensorInternal(const Tensor& val, in AddTensorInternal()329 bool GraphDefBuilderWrapper::HasAttr(const string& name, in HasAttr()
136 class GraphDefBuilderWrapper {138 explicit GraphDefBuilderWrapper(GraphDefBuilder* b) : b_(b) {} in GraphDefBuilderWrapper() function912 class DatasetGraphDefBuilder : public GraphDefBuilderWrapper {915 : GraphDefBuilderWrapper(b) {} in DatasetGraphDefBuilder()