Home
last modified time | relevance | path

Searched defs:int64_values (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc29 std::vector<int64> int64_values = {1, 2, 3}; in TEST() local
/external/icing/icing/
Ddocument-builder.h83 DocumentBuilder& AddInt64Property(std::string property_name, in AddInt64Property()
132 std::string property_name, std::initializer_list<int64_t> int64_values) { in AddInt64Property()
/external/icing/proto/icing/proto/
Ddocument.proto90 repeated int64 int64_values = 3; field
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto152 repeated int64 int64_values = 1; field
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1675 std::vector<int64> int64_values = {1, 2, 3}; in TEST_F() local