Home
last modified time | relevance | path

Searched defs:CheckValue (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py90 def CheckValue(self, proposed_value): member in TypeChecker
115 def CheckValue(self, proposed_value): member in BoolValueChecker
134 def CheckValue(self, proposed_value): member in IntValueChecker
160 def CheckValue(self, proposed_value): member in EnumValueChecker
180 def CheckValue(self, proposed_value): member in UnicodeValueChecker
244 def CheckValue(self, proposed_value): member in DoubleValueChecker
267 def CheckValue(self, proposed_value): member in FloatValueChecker
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dtensor_array.cc20 bool TensorArray::CheckValue(const TypeId &dtype, const ShapeVector &shape) { in CheckValue() function in mindspore::device::TensorArray
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.h204 …static T CheckValue(const std::string &arg_name, T arg_value, CompareEnum compare_operator, T matc… in CheckValue() function
229 static T CheckValue(const std::string &arg_name, T arg_value, CompareEnum compare_operator, in CheckValue() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dlinear_sum_assignment.cc50 inline bool CheckValue(const T *const cost, uint64_t nr, uint64_t nc) { in CheckValue() function
/third_party/vk-gl-cts/external/amber/src/src/
Dverifier.cc166 Result CheckValue(const ProbeSSBOCommand* command, in CheckValue() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2233 bool DefaultsTest::CheckValue(const T value, const T reference_value, const glw::GLchar* pname_stri… in CheckValue() function in gl4cts::DirectStateAccess::Buffers::DefaultsTest