Searched refs:GraphDefBuilderWrapper (Results 1 – 2 of 2) sorted by relevance
188 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()
86 class GraphDefBuilderWrapper {88 explicit GraphDefBuilderWrapper(GraphDefBuilder* b) : b_(b) {} in GraphDefBuilderWrapper() function661 class DatasetGraphDefBuilder : public GraphDefBuilderWrapper {663 DatasetGraphDefBuilder(GraphDefBuilder* b) : GraphDefBuilderWrapper(b) {} in DatasetGraphDefBuilder()