Home
last modified time | relevance | path

Searched refs:set_minor (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_algorithm_denylist_test.cc55 cc.set_minor(0); in TEST_F()
58 cudnn_version.set_minor(6); in TEST_F()
73 cc.set_minor(0); in TEST_F()
76 cudnn_version.set_minor(6); in TEST_F()
77 cudnn_version.set_minor(2); in TEST_F()
Dgpu_conv_algorithm_picker.cc226 cudnn_version.set_minor(version.minor_version()); in GetCudnnVersion()
239 cc.set_minor(se_cc.minor); in GetComputeCapability()
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc239 result.mutable_peer_rpc_versions()->mutable_max_rpc_version()->set_minor(1); in GetHandshakerResult()
241 result.mutable_peer_rpc_versions()->mutable_min_rpc_version()->set_minor(1); in GetHandshakerResult()
/external/tensorflow/tensorflow/core/profiler/utils/
Ddevice_caps_utils.cc77 caps.mutable_compute_capability()->set_minor(stat.IntOrUintValue()); in GetDeviceCaps()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc101 version->set_minor(GOOGLE_PROTOBUF_VERSION / 1000 % 1000); in GetCompilerVersion()
Dplugin.pb.h274 void set_minor(int32_t value); in Swap()
1043 inline void Version::set_minor(int32_t value) { in set_minor() function
Dcommand_line_interface.cc2282 version->set_minor(PROTOBUF_VERSION / 1000 % 1000); in GeneratePluginOutput()
/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc101 version->set_minor(GOOGLE_PROTOBUF_VERSION / 1000 % 1000); in GetCompilerVersion()
Dplugin.pb.h276 void set_minor(int32_t value); in Swap()
1063 inline void Version::set_minor(int32_t value) { in set_minor() function
Dcommand_line_interface.cc2284 version->set_minor(PROTOBUF_VERSION / 1000 % 1000); in GeneratePluginOutput()
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc118 cudnn_version.set_minor(version.minor_version()); in GetCudnnVersion()
131 cc_proto.set_minor(cc.minor); in GetComputeCapability()
/external/rust/crates/protobuf/src/
Dplugin.rs89 pub fn set_minor(&mut self, v: i32) { in set_minor() method
/external/rust/crates/protobuf/2.27.1/src/
Dplugin.rs82 pub fn set_minor(&mut self, v: i32) { in set_minor() method