Home
last modified time | relevance | path

Searched defs:GetVersion (Results 1 – 25 of 197) sorted by relevance

12345678

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc190 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::DepthwiseConvolution
255 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::SpaceToBatchND
281 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Sub
307 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Div
330 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::BatchToSpaceND
412 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::FakeQuant
469 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::FullyConnected
653 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Mul
839 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Lstm
1107 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::ResizeBilinear
[all …]
/aosp_15_r20/external/tink/go/proto/ed25519_go_proto/
H A Ded25519.pb.go83 func (x *Ed25519KeyFormat) GetVersion() uint32 { func
136 func (x *Ed25519PublicKey) GetVersion() uint32 { func
198 func (x *Ed25519PrivateKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go139 func (x *JwtEcdsaPublicKey) GetVersion() uint32 { func
218 func (x *JwtEcdsaPrivateKey) GetVersion() uint32 { func
280 func (x *JwtEcdsaKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/ecdsa_go_proto/
H A Decdsa.pb.go220 func (x *EcdsaPublicKey) GetVersion() uint32 { func
295 func (x *EcdsaPrivateKey) GetVersion() uint32 { func
365 func (x *EcdsaKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/jwt_rsa_ssa_pss_go_proto/
H A Djwt_rsa_ssa_pss.pb.go141 func (x *JwtRsaSsaPssPublicKey) GetVersion() uint32 { func
237 func (x *JwtRsaSsaPssPrivateKey) GetVersion() uint32 { func
336 func (x *JwtRsaSsaPssKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/jwt_rsa_ssa_pkcs1_go_proto/
H A Djwt_rsa_ssa_pkcs1.pb.go141 func (x *JwtRsaSsaPkcs1PublicKey) GetVersion() uint32 { func
237 func (x *JwtRsaSsaPkcs1PrivateKey) GetVersion() uint32 { func
336 func (x *JwtRsaSsaPkcs1KeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/xchacha20_poly1305_go_proto/
H A Dxchacha20_poly1305.pb.go79 func (x *XChaCha20Poly1305KeyFormat) GetVersion() uint32 { func
128 func (x *XChaCha20Poly1305Key) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/aes_siv_go_proto/
H A Daes_siv.pb.go88 func (x *AesSivKeyFormat) GetVersion() uint32 { func
138 func (x *AesSivKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/aes_gcm_go_proto/
H A Daes_gcm.pb.go87 func (x *AesGcmKeyFormat) GetVersion() uint32 { func
135 func (x *AesGcmKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/aes_gcm_siv_go_proto/
H A Daes_gcm_siv.pb.go89 func (x *AesGcmSivKeyFormat) GetVersion() uint32 { func
138 func (x *AesGcmSivKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/aes_cmac_prf_go_proto/
H A Daes_cmac_prf.pb.go81 func (x *AesCmacPrfKey) GetVersion() uint32 { func
136 func (x *AesCmacPrfKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/hkdf_prf_go_proto/
H A Dhkdf_prf.pb.go143 func (x *HkdfPrfKey) GetVersion() uint32 { func
220 func (x *HkdfPrfKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/hmac_go_proto/
H A Dhmac.pb.go138 func (x *HmacKey) GetVersion() uint32 { func
215 func (x *HmacKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/coreboot/util/board_status/go/src/cbtables/
H A Dcbtables.go53 GetVersion() (string, error) methodSpec
160 func (p parsedTables) GetVersion() (string, error) { func
/aosp_15_r20/external/tink/go/proto/hmac_prf_go_proto/
H A Dhmac_prf.pb.go130 func (x *HmacPrfKey) GetVersion() uint32 { func
207 func (x *HmacPrfKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp314 uint16_t GetVersion(void) const { return LittleEndian::HostSwap16(mVersion); } in GetVersion() function in ot::SettingsBase::NetworkInfo
384 uint16_t GetVersion(void) const { return LittleEndian::HostSwap16(mVersion); } in GetVersion() function in ot::SettingsBase::ParentInfo
494 uint16_t GetVersion(void) const { return LittleEndian::HostSwap16(mVersion); } in GetVersion() function in ot::SettingsBase::ChildInfo
/aosp_15_r20/external/tink/go/proto/aes_gcm_hkdf_streaming_go_proto/
H A Daes_gcm_hkdf_streaming.pb.go148 func (x *AesGcmHkdfStreamingKeyFormat) GetVersion() uint32 { func
212 func (x *AesGcmHkdfStreamingKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/aes_ctr_hmac_streaming_go_proto/
H A Daes_ctr_hmac_streaming.pb.go154 func (x *AesCtrHmacStreamingKeyFormat) GetVersion() uint32 { func
218 func (x *AesCtrHmacStreamingKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/jwt_hmac_go_proto/
H A Djwt_hmac.pb.go136 func (x *JwtHmacKey) GetVersion() uint32 { func
206 func (x *JwtHmacKeyFormat) GetVersion() uint32 { func
/aosp_15_r20/hardware/interfaces/boot/aidl/client/
H A DBootControlClient.cpp91 BootControlVersion GetVersion() const override { return BootControlVersion::BOOTCTL_AIDL; } in GetVersion() function in android::hal::BootControlClientAidl
255 BootControlVersion GetVersion() const override { in GetVersion() function in android::hal::BootControlClientHIDL
/aosp_15_r20/external/tink/go/proto/rsa_ssa_pkcs1_go_proto/
H A Drsa_ssa_pkcs1.pb.go143 func (x *RsaSsaPkcs1PublicKey) GetVersion() uint32 { func
240 func (x *RsaSsaPkcs1PrivateKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/hpke_go_proto/
H A Dhpke.pb.go305 func (x *HpkePublicKey) GetVersion() uint32 { func
370 func (x *HpkePrivateKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/rsa_ssa_pss_go_proto/
H A Drsa_ssa_pss.pb.go165 func (x *RsaSsaPssPublicKey) GetVersion() uint32 { func
262 func (x *RsaSsaPssPrivateKey) GetVersion() uint32 { func
/aosp_15_r20/external/tink/go/proto/ecies_aead_hkdf_go_proto/
H A Decies_aead_hkdf.pb.go281 func (x *EciesAeadHkdfPublicKey) GetVersion() uint32 { func
356 func (x *EciesAeadHkdfPrivateKey) GetVersion() uint32 { func
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/
H A Darmnn_version.i15 std::string GetVersion() in GetVersion() function

12345678