Home
last modified time | relevance | path

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

/external/icing/proto/icing/proto/internal/
Dscorable_property_set.proto28 repeated int64 int64_values = 1 [packed = true]; field
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc29 std::vector<int64_t> int64_values = {1, 2, 3}; in TEST() local
/external/federated-compute/fcp/client/
Dexample_query_result.proto58 Int64Values int64_values = 2; field
/external/tensorflow/tensorflow/dtensor/cc/
Dsmall_constant_optimization.cc50 void AppendInt64Values(const int num_of_elements, const int64_t* int64_values, in AppendInt64Values()
/external/icing/icing/util/
Dscorable_property_set_test.cc56 const std::vector<int64_t>& int64_values) { in BuildScorablePropertyProtoFromInt64()
/external/icing/proto/icing/proto/
Ddocument.proto101 repeated int64 int64_values = 3; field
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto152 repeated int64 int64_values = 1; field
/external/icing/icing/
Ddocument-builder.h96 DocumentBuilder& AddInt64Property(std::string property_name, in AddInt64Property()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1683 std::vector<int64_t> int64_values = {1, 2, 3}; in TEST_F() local
/external/icing/icing/store/
Ddocument-store_test.cc147 const std::vector<int64_t>& int64_values) { in BuildScorablePropertyProtoFromInt64()