/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 66 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::AveragePool 105 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Convolution 160 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::DepthwiseConvolution 202 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Add 227 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::AddN 248 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::SpaceToBatchND 278 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Sub 308 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Div 329 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::BatchToSpaceND 358 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function in toco::tflite::Cast [all …]
|
D | simple_operator.h | 45 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() function
|
D | operator_test.cc | 721 EXPECT_EQ(base_op->GetVersion(uint8_signature), 1); in SimpleVersioningTest() 727 EXPECT_EQ(base_op->GetVersion(int8_signature), 2); in SimpleVersioningTest() 743 EXPECT_EQ(base_op->GetVersion(uint8_signature), 1); in SimpleOutputVersioningTest() 749 EXPECT_EQ(base_op->GetVersion(int8_signature), 2); in SimpleOutputVersioningTest() 868 EXPECT_EQ(op->GetVersion(uint8_signature), 1); in TEST_F() 882 EXPECT_EQ(op->GetVersion(int8_signature), 4); in TEST_F()
|
D | operator.h | 98 virtual int GetVersion(const OperatorSignature& op_signature) const = 0;
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/modules/ |
D | modules_service.pb.go | 143 func (m *GetVersionsResponse) GetVersion() []string { func 175 func (m *GetDefaultVersionResponse) GetVersion() string { func 199 func (m *GetNumInstancesRequest) GetVersion() string { func 240 func (m *SetNumInstancesRequest) GetVersion() string { func 279 func (m *StartModuleRequest) GetVersion() string { func 311 func (m *StopModuleRequest) GetVersion() string { func 344 func (m *GetHostnameRequest) GetVersion() string { func
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_unittest.cc | 81 TEST_F(VoEBaseTest, GetVersion) { in TEST_F() argument 83 base_->GetVersion(v1); in TEST_F()
|
/external/autotest/client/common_lib/cros/ |
D | cr50_utils.py | 131 def GetVersion(versions, name): function 177 ro = GetVersion(versions, RO) 178 rw = GetVersion(versions, RW) 181 bid = GetVersion(versions, BID)
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 164 To do this, you need to override `GetVersion` function for the operator class in 167 For ops with only one version, the `GetVersion` function is defined as: 170 int GetVersion(const Operator& op) const override { return 1; } 177 int GetVersion(const Operator& op) const override {
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | voe_base_misc_test.cc | 23 EXPECT_EQ(0, voe_base_->GetVersion(char_buffer)); in TEST_F()
|
/external/protobuf/python/ |
D | setup.py | 38 def GetVersion(): function 220 version=GetVersion(),
|
/external/v8/src/ |
D | version.h | 38 static const char* GetVersion() { return version_string_; } in GetVersion() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | i_remote_fused_graph_executor.h | 38 virtual int GetVersion() = 0;
|
D | remote_fused_graph_execute_op_test_utils.h | 68 int GetVersion() final;
|
/external/skqp/include/core/ |
D | SkGraphics.h | 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
|
/external/skia/include/core/ |
D | SkGraphics.h | 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | app_info.h | 58 const string& GetVersion() const;
|
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoder.h | 29 int32_t GetVersion() const;
|
D | BC_QRCoder.cpp | 52 int32_t CBC_QRCoder::GetVersion() const { in GetVersion() function in CBC_QRCoder
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_control_wrapper.h | 42 int GetVersion() final;
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor); 169 #define ID3DPresentGroup_GetVersion(p,a,b) (p)->lpVtbl->GetVersion(p,a,b)
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_base.h | 173 virtual int GetVersion(char version[1024]) = 0;
|
/external/skqp/src/core/ |
D | SkGraphics.cpp | 33 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
|
/external/skia/src/core/ |
D | SkGraphics.cpp | 33 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
|
/external/tcpdump/win32/src/ |
D | ether_ntohost.c | 71 DWORD os_ver = GetVersion(); in is_win9x()
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxerutil.h | 96 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
|