Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddataset.cc211 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()
Ddataset.h136 class GraphDefBuilderWrapper {
138 explicit GraphDefBuilderWrapper(GraphDefBuilder* b) : b_(b) {} in GraphDefBuilderWrapper() function
912 class DatasetGraphDefBuilder : public GraphDefBuilderWrapper {
915 : GraphDefBuilderWrapper(b) {} in DatasetGraphDefBuilder()