Home
last modified time | relevance | path

Searched refs:v_def (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dvariables_test.py528 v_def = variables.Variable(
533 v = variables.Variable(variable_def=v_def)
541 v_def.ClearField("initial_value_name")
545 v = variables.Variable(variable_def=v_def)
547 self.assertProtoEquals(v_def, v.to_proto())
Dresource_variable_ops_test.py850 v_def = resource_variable_ops.ResourceVariable(
852 v_prime = resource_variable_ops.ResourceVariable(variable_def=v_def)
864 v_def = resource_variable_ops.ResourceVariable(
869 v = resource_variable_ops.ResourceVariable(variable_def=v_def)
877 v_def.ClearField("initial_value_name")
881 v = resource_variable_ops.ResourceVariable(variable_def=v_def)
883 self.assertProtoEquals(v_def, v.to_proto())
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp125 ByteStringView v_def("def"); in TEST() local
149 EXPECT_FALSE(def < v_def); in TEST()
181 EXPECT_TRUE(empty < v_def); in TEST()
199 EXPECT_TRUE(a < v_def); in TEST()
208 EXPECT_TRUE(abc < v_def); in TEST()
Dwidestring_unittest.cpp124 WideStringView v_def(L"\x1001qq"); in TEST() local
149 EXPECT_FALSE(def < v_def); in TEST()
181 EXPECT_TRUE(empty < v_def); in TEST()
199 EXPECT_TRUE(a < v_def); in TEST()
208 EXPECT_TRUE(abc < v_def); in TEST()