Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_id.h81 typedef void (MachoID::*UpdateFunction)(unsigned char *bytes, size_t size); typedef
126 UpdateFunction update_function_;
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc756 Status UpdateFunction(const NodeDef* function_node) { in UpdateFunction() function in tensorflow::grappler::SymbolicShapeRefiner
1074 auto s = UpdateFunction(node); in UpdateNode()