Home
last modified time | relevance | path

Searched refs:protobuf_int64 (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/example/
Dfeature_util_test.cc34 auto tag = GetFeatureValues<protobuf_int64>("tag", example); in TEST()
44 auto values = GetFeatureValues<protobuf_int64>(feature); in TEST()
53 GetFeatureValues<protobuf_int64>("tag", &example)->Add(42); in TEST()
63 GetFeatureValues<protobuf_int64>(&feature)->Add(42); in TEST()
73 GetFeatureValues<protobuf_int64>("tag", &example)->Add(0); in TEST()
82 ASSERT_FALSE(HasFeature<protobuf_int64>("tag", example)); in TEST()
84 GetFeatureValues<protobuf_int64>("tag", &example)->Add(42); in TEST()
86 EXPECT_TRUE(HasFeature<protobuf_int64>("tag", example)); in TEST()
87 auto tag_ro = GetFeatureValues<protobuf_int64>("tag", example); in TEST()
98 GetFeatureValues<protobuf_int64>("tag", &example))); in TEST()
[all …]
Dfeature_util.cc33 bool HasFeature<protobuf_int64>(const string& key, const Features& features) { in HasFeature()
60 const protobuf::RepeatedField<protobuf_int64>& GetFeatureValues<protobuf_int64>( in GetFeatureValues()
66 protobuf::RepeatedField<protobuf_int64>* GetFeatureValues<protobuf_int64>( in GetFeatureValues()
126 const protobuf::RepeatedField<protobuf_int64>& GetFeatureValues<protobuf_int64>(
130 protobuf::RepeatedField<protobuf_int64>* GetFeatureValues<protobuf_int64>(
Dfeature_util.h128 struct RepeatedFieldTrait<protobuf_int64> {
129 using Type = protobuf::RepeatedField<protobuf_int64>;
150 using Type = protobuf_int64;
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib_test.cc93 proto.set_optional_int64(std::numeric_limits<protobuf_int64>::max()); in TEST()
111 proto.set_optional_int64(std::numeric_limits<protobuf_int64>::lowest()); in TEST()
400 map["abc"] = std::numeric_limits<protobuf_int64>::max(); in TEST()
410 map[std::numeric_limits<protobuf_int64>::max()] = ""; in TEST()
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Ddecision_tree_ensemble_resource.h115 protobuf::RepeatedField<protobuf_int64>* used_ids = in MaybeAddUsedHandler()
118 protobuf::RepeatedField<protobuf_int64>::iterator first = in MaybeAddUsedHandler()
/external/tensorflow/tensorflow/core/platform/default/
Dprotobuf.h36 using protobuf_int64 = ::google::protobuf::int64; variable
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc44 tensorflow::protobuf::RepeatedField<tensorflow::protobuf_int64>* in SetDefaultLayoutToContainer()
80 tensorflow::protobuf::RepeatedField<tensorflow::protobuf_int64>* in CreateDefaultLayoutForRank()
122 tensorflow::protobuf::RepeatedField<tensorflow::protobuf_int64>* in SetToDefaultLayout()
Dutil.h146 const tensorflow::protobuf::RepeatedField<tensorflow::protobuf_int64>& v) { in AsInt64Slice()
147 tensorflow::gtl::ArraySlice<tensorflow::protobuf_int64> slice(v); in AsInt64Slice()
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.h119 TENSOR_PROTO_EXTRACT_TYPE(int64, int64, protobuf_int64);
/external/tensorflow/tensorflow/core/platform/
Denv.cc457 protobuf_int64 ByteCount() const override { return pos_; } in ByteCount()
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc311 protobuf::RepeatedField<protobuf_int64> copy(data, data + n); in Fill()
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc598 const tensorflow::protobuf::RepeatedField<tensorflow::protobuf_int64>& in VerifyConvolution()