Home
last modified time | relevance | path

Searched refs:add_resource (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/training/tracking/
Dtracking.py154 def add_resource(self, resource): member in ResourceTracker
304 resource_tracker.add_resource(self)
/external/skia/src/pdf/
DSkPDFDevice.cpp143 static int add_resource(SkTHashSet<SkPDFIndirectReference>& resources, SkPDFIndirectReference ref) { in add_resource() function
544 SkPDFUtils::ApplyGraphicState(add_resource(fGraphicStateResources, gs), content); in setGraphicState()
938 add_resource(fFontResources, font->indirectReference())); in internalDrawGlyphRun()
972 add_resource(fXObjectResources, xObject)); in drawFormXObject()
1191 entry->fShaderIndex = add_resource(*shaderResources, pdfShader); in populate_graphic_state_entry_from_paint()
1204 entry->fGraphicStateIndex = add_resource(*graphicStateResources, newGraphicState); in populate_graphic_state_entry_from_paint()
/external/skqp/src/pdf/
DSkPDFDevice.cpp110 static int add_resource(SkTHashSet<SkPDFIndirectReference>& resources, SkPDFIndirectReference ref) { in add_resource() function
775 SkPDFUtils::ApplyGraphicState(add_resource(fGraphicStateResources, gs), content); in setGraphicState()
1213 add_resource(fFontResources, font->indirectReference())); in internalDrawGlyphRun()
1245 add_resource(fXObjectResources, xObject)); in drawFormXObject()
1544 entry->fShaderIndex = add_resource(*shaderResources, pdfShader); in populate_graphic_state_entry_from_paint()
1557 entry->fGraphicStateIndex = add_resource(*graphicStateResources, newGraphicState); in populate_graphic_state_entry_from_paint()
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py231 def add_resource(self, feature_column, name, resource): member in StateManager
330 def add_resource(self, feature_column, resource_name, resource): member in _StateManagerImpl
3465 state_manager.add_resource(self, name, table)
3584 state_manager.add_resource(self, name, table)