Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_algorithm_denylist_test.cc54 cc.set_major(7); in TEST_F()
57 cudnn_version.set_major(7); in TEST_F()
72 cc.set_major(7); in TEST_F()
75 cudnn_version.set_major(7); in TEST_F()
Dgpu_conv_algorithm_picker.cc225 cudnn_version.set_major(version.major_version()); in GetCudnnVersion()
238 cc.set_major(se_cc.major); in GetComputeCapability()
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc238 result.mutable_peer_rpc_versions()->mutable_max_rpc_version()->set_major(2); in GetHandshakerResult()
240 result.mutable_peer_rpc_versions()->mutable_min_rpc_version()->set_major(2); in GetHandshakerResult()
/external/tensorflow/tensorflow/core/profiler/utils/
Ddevice_caps_utils.cc74 caps.mutable_compute_capability()->set_major(stat.IntOrUintValue()); in GetDeviceCaps()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc100 version->set_major(GOOGLE_PROTOBUF_VERSION / 1000000); in GetCompilerVersion()
Dplugin.pb.h261 void set_major(int32_t value); in Swap()
1015 inline void Version::set_major(int32_t value) { in set_major() function
Dcommand_line_interface.cc2281 version->set_major(PROTOBUF_VERSION / 1000000); in GeneratePluginOutput()
/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc100 version->set_major(GOOGLE_PROTOBUF_VERSION / 1000000); in GetCompilerVersion()
Dplugin.pb.h263 void set_major(int32_t value); in Swap()
1035 inline void Version::set_major(int32_t value) { in set_major() function
Dcommand_line_interface.cc2283 version->set_major(PROTOBUF_VERSION / 1000000); in GeneratePluginOutput()
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc117 cudnn_version.set_major(version.major_version()); in GetCudnnVersion()
130 cc_proto.set_major(cc.major); in GetComputeCapability()
/external/rust/crates/protobuf/src/
Dplugin.rs70 pub fn set_major(&mut self, v: i32) { in set_major() method
/external/rust/crates/protobuf/2.27.1/src/
Dplugin.rs63 pub fn set_major(&mut self, v: i32) { in set_major() method