Searched refs:protobuf_int64 (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/example/ |
D | feature_util_test.cc | 34 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 …]
|
D | feature_util.cc | 33 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>(
|
D | feature_util.h | 128 struct RepeatedFieldTrait<protobuf_int64> { 129 using Type = protobuf::RepeatedField<protobuf_int64>; 150 using Type = protobuf_int64;
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib_test.cc | 93 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/ |
D | decision_tree_ensemble_resource.h | 115 protobuf::RepeatedField<protobuf_int64>* used_ids = in MaybeAddUsedHandler() 118 protobuf::RepeatedField<protobuf_int64>::iterator first = in MaybeAddUsedHandler()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | protobuf.h | 36 using protobuf_int64 = ::google::protobuf::int64; variable
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | layout_util.cc | 44 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()
|
D | util.h | 146 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/ |
D | saved_tensor_slice_util.h | 119 TENSOR_PROTO_EXTRACT_TYPE(int64, int64, protobuf_int64);
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.cc | 457 protobuf_int64 ByteCount() const override { return pos_; } in ByteCount()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.cc | 311 protobuf::RepeatedField<protobuf_int64> copy(data, data + n); in Fill()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | computation_builder.cc | 598 const tensorflow::protobuf::RepeatedField<tensorflow::protobuf_int64>& in VerifyConvolution()
|