Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_algorithm_denylist_test.cc47 cc.set_minor(0); in TEST_F()
50 cudnn_version.set_minor(6); in TEST_F()
65 cc.set_minor(0); in TEST_F()
68 cudnn_version.set_minor(6); in TEST_F()
69 cudnn_version.set_minor(2); in TEST_F()
Dgpu_conv_algorithm_picker.cc171 cudnn_version.set_minor(version.minor_version()); in GetCudnnVersion()
185 cc.set_minor(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.cc73 caps.mutable_compute_capability()->set_minor(stat.IntOrUintValue()); in GetDeviceCaps()
/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc95 version->set_minor(GOOGLE_PROTOBUF_VERSION / 1000 % 1000); in GetCompilerVersion()
Dplugin.pb.h238 void set_minor(::PROTOBUF_NAMESPACE_ID::int32 value);
823 inline void Version::set_minor(::PROTOBUF_NAMESPACE_ID::int32 value) { in set_minor() function
Dcommand_line_interface.cc2041 version->set_minor(PROTOBUF_VERSION / 1000 % 1000); in GeneratePluginOutput()
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc106 cudnn_version.set_minor(version.minor_version()); in GetCudnnVersion()
120 cc.set_minor(cc_minor); in GetComputeCapability()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats.cc73 cap.mutable_compute_capability()->set_minor(stat.IntValue()); in GetDeviceCapFromXPlane()
/external/rust/crates/protobuf/src/
Dplugin.rs82 pub fn set_minor(&mut self, v: i32) { in set_minor() method