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.py120 def add_resource(self, resource): member in ResourceTracker
159 resource_tracker.add_resource(self)
/external/skia/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()
1200 add_resource(fFontResources, font->indirectReference())); in internalDrawGlyphRun()
1232 add_resource(fXObjectResources, xObject)); in drawFormXObject()
1531 entry->fShaderIndex = add_resource(*shaderResources, pdfShader); in populate_graphic_state_entry_from_paint()
1544 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.py234 def add_resource(self, feature_column, name, resource): member in StateManager