HomeSort by relevance Sort by last modified time
    Searched refs:original_value (Results 1 - 21 of 21) sorted by null

  /external/tensorflow/tensorflow/contrib/distribute/python/
warm_starting_util_test.py 57 original_value = [[1., 2.], [3., 4.]]
62 var = variable_scope.get_variable(var_name, initializer=original_value)
77 self.assertAllEqual(original_value, prev_init_val)
87 self.assertAllEqual(original_value, self.evaluate(var))
  /external/mesa3d/src/glx/tests/
query_renderer_implementation_unittest.cpp 174 static const char original_value[] = "0xDEADBEEF"; local
175 const char *value = original_value;
181 EXPECT_EQ(original_value, value);
211 static const char original_value[] = "original value"; local
212 const char *value = original_value;
  /development/vndk/tools/definition-tool/tests/
compat.py 67 original_value = getattr(obj, attr)
72 setattr(obj, attr, original_value)
  /external/python/google-api-python-client/googleapiclient/
model.py 370 for key, original_value in six.iteritems(original):
375 elif original_value != modified_value:
376 if type(original_value) == type({}):
378 patch[key] = makepatch(original_value, modified_value)
  /external/autotest/server/site_tests/firmware_ECLidSwitch/
firmware_ECLidSwitch.py 151 original_value = self._get_keyboard_backlight()
163 self._set_keyboard_backlight(original_value)
  /external/tensorflow/tensorflow/core/lib/bfloat16/
bfloat16.h 464 bfloat16 original_value = a; local
466 return original_value;
469 bfloat16 original_value = a; local
471 return original_value;
  /external/avb/libavb/
avb_util.c 104 uint64_t original_value; local
108 original_value = *value;
111 if (*value < original_value) {
  /external/u-boot/lib/libavb/
avb_util.c 85 uint64_t original_value; local
89 original_value = *value;
92 if (*value < original_value) {
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 211 int original_value = *it; // Have to compute it outside of macro call to be local
213 EXPECT_EQ(original_value, *(it++));
    [all...]
  /external/tensorflow/tensorflow/python/data/util/
structure_test.py 123 original_value = original_value_fn()
126 s = structure.Structure.from_value(original_value)
  /external/autotest/frontend/afe/
model_logic.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 716 self.original_value = sys.path[:]
725 sys.path[:] = self.original_value
    [all...]
  /external/googletest/googletest/test/
googletest-param-test-test.cc 158 int original_value = *it; // Have to compute it outside of macro call to be local
160 EXPECT_EQ(original_value, *(it++));
    [all...]
  /external/python/cpython3/Lib/
enum.py 701 original_value = value
705 if original_value < 0:
    [all...]
  /external/autotest/server/cros/faft/
firmware_test.py 477 original_value = self.servo.get_usbkey_direction()
491 if original_value != self.servo.get_usbkey_direction():
492 self.servo.switch_usbkey(original_value)
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 130 int64 original_value = local
143 message.SetExtension(unittest::optional_int64_extension, original_value);
    [all...]
  /external/python/cpython2/Lib/test/support/
__init__.py     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderImageLoadStoreTests.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 390 int64 original_value = message.optional_int64(); local
402 message.set_optional_int64(original_value);
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/libchrome/base/
values_unittest.cc 877 Value original_value = value->Clone(); local
    [all...]

Completed in 2061 milliseconds