Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dstruct.pb.cc599 case KIND_NOT_SET: { in clear_kind()
603 _oneof_case_[0] = KIND_NOT_SET; in clear_kind()
867 case KIND_NOT_SET: { in ByteSize()
920 case KIND_NOT_SET: { in MergeFrom()
1232 return kind_case() != KIND_NOT_SET; in has_kind()
1235 _oneof_case_[0] = KIND_NOT_SET; in clear_has_kind()
Dstruct.pb.h183 KIND_NOT_SET = 0, enumerator
700 return kind_case() != KIND_NOT_SET; in has_kind()
703 _oneof_case_[0] = KIND_NOT_SET; in clear_has_kind()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc235 (feature_found->second.kind_case() != Feature::KIND_NOT_SET)); in SingleExampleProtoToTensors()
275 (feature_found->second.kind_case() != Feature::KIND_NOT_SET)); in SingleExampleProtoToTensors()
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc667 (feature_found->second.kind_case() != Feature::KIND_NOT_SET)); in Compute()
784 ctx, f.kind_case() == Feature::KIND_NOT_SET || types_match, in Compute()