Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dresource_variable_ops_test.py633 v_def = resource_variable_ops.ResourceVariable(
635 v_prime = resource_variable_ops.ResourceVariable(variable_def=v_def)
647 v_def = resource_variable_ops.ResourceVariable(
652 v = resource_variable_ops.ResourceVariable(variable_def=v_def)
660 v_def.ClearField("initial_value_name")
664 v = resource_variable_ops.ResourceVariable(variable_def=v_def)
666 self.assertProtoEquals(v_def, v.to_proto())
Dvariables_test.py500 v_def = variables.Variable(
505 v = variables.Variable(variable_def=v_def)
513 v_def.ClearField("initial_value_name")
517 v = variables.Variable(variable_def=v_def)
519 self.assertProtoEquals(v_def, v.to_proto())
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp61 ByteStringView v_def("def"); in TEST() local
85 EXPECT_FALSE(def < v_def); in TEST()
117 EXPECT_TRUE(empty < v_def); in TEST()
135 EXPECT_TRUE(a < v_def); in TEST()
144 EXPECT_TRUE(abc < v_def); in TEST()
Dwidestring_unittest.cpp60 WideStringView v_def(L"\x1001qq"); in TEST() local
84 EXPECT_FALSE(def < v_def); in TEST()
116 EXPECT_TRUE(empty < v_def); in TEST()
134 EXPECT_TRUE(a < v_def); in TEST()
143 EXPECT_TRUE(abc < v_def); in TEST()