Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddataset.cc188 Status GraphDefBuilderWrapper::AddDataset( in AddDataset()
249 Status GraphDefBuilderWrapper::AddFunction(SerializationContext* ctx, in AddFunction()
295 void GraphDefBuilderWrapper::AddPlaceholderInternal(const Tensor& val, in AddPlaceholderInternal()
302 void GraphDefBuilderWrapper::AddTensorInternal(const Tensor& val, in AddTensorInternal()
309 bool GraphDefBuilderWrapper::HasAttr(const string& name, in HasAttr()
Ddataset.h86 class GraphDefBuilderWrapper {
88 explicit GraphDefBuilderWrapper(GraphDefBuilder* b) : b_(b) {} in GraphDefBuilderWrapper() function
661 class DatasetGraphDefBuilder : public GraphDefBuilderWrapper {
663 DatasetGraphDefBuilder(GraphDefBuilder* b) : GraphDefBuilderWrapper(b) {} in DatasetGraphDefBuilder()