Home
last modified time | relevance | path

Searched refs:found_value (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork.py662 found_value = False
669 found_value = True
673 if found_value:
679 if found_value and value_to_restore is not None:
684 if found_value and value_to_restore is not None:
690 if found_value:
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc301 bool found_value = false; in IdentifierField() local
307 found_value = true; in IdentifierField()
311 PERFETTO_CHECK(found_value); in IdentifierField()
/external/tensorflow/tensorflow/c/
Dc_test_util.cc337 bool found_value = false; in IsScalarConst() local
349 found_value = true; in IsScalarConst()
355 return found_dtype && found_value; in IsScalarConst()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp1739 const unsigned char found_value = result_data[n_current_byte]; in execute() local
1741 if (expected_value != found_value) in execute()
1748 << (int)found_value << "]" in execute()
1781 const unsigned char found_value = result_data[n_current_byte]; in execute() local
1783 if (expected_value != found_value) in execute()
1790 << (int)found_value << "]" in execute()
/external/v8/src/builtins/
Dbuiltins-array-gen.cc1753 Node* found_value = Parameter(Descriptor::kFoundValue); in TF_BUILTIN() local
1763 Return(found_value); in TF_BUILTIN()
1845 Node* found_value = Parameter(Descriptor::kFoundValue); in TF_BUILTIN() local
1855 Return(found_value); in TF_BUILTIN()