Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h32 inline bool StripSuffix(grpc::string* filename, const grpc::string& suffix) { in StripSuffix() function
55 if (!StripSuffix(&filename, ".protodevel")) { in StripProto()
56 StripSuffix(&filename, ".proto"); in StripProto()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2067 input = string(absl::StripSuffix(input, ":0")); in StripZeroOutputIndexFromInputs()