Searched refs:model_namespace_for_statistics (Results 1 – 3 of 3) sorted by relevance
469 std::string model_namespace_for_statistics; member490 const flatbuffers::String *model_namespace_for_statistics() const { in model_namespace_for_statistics() function502 verifier.VerifyString(model_namespace_for_statistics()) && in Verify()521 …namespace_for_statistics(flatbuffers::Offset<flatbuffers::String> model_namespace_for_statistics) { in add_model_namespace_for_statistics()522 …fbb_.AddOffset(ComputeSettings::VT_MODEL_NAMESPACE_FOR_STATISTICS, model_namespace_for_statistics); in add_model_namespace_for_statistics()543 flatbuffers::Offset<flatbuffers::String> model_namespace_for_statistics = 0,547 builder_.add_model_namespace_for_statistics(model_namespace_for_statistics);557 const char *model_namespace_for_statistics = nullptr,559 … model_namespace_for_statistics__ = model_namespace_for_statistics ? _fbb.CreateString(model_names…2134 …{ auto _e = model_namespace_for_statistics(); if (_e) _o->model_namespace_for_statistics = _e->str… in UnPackTo()[all …]
285 builder->CreateString(proto_settings.model_namespace_for_statistics()), in ConvertFromProto()
88 optional string model_namespace_for_statistics = 3; field