Home
last modified time | relevance | path

Searched refs:GetInt64 (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc737 llvm::Value* GetInt64(int64 value) { return b_->getInt64(value); } in GetInt64() function in xla::cpu::__anond258595a0111::TiledSmallGemmEmitter
782 HandleResiduesOnK(&vsl, GetInt64(n_start), GetInt64(n_end)); in HandleResiduesOnN()
809 HandleResiduesOnM(vsl, tile_size_k(), GetInt64(k_start), GetInt64(k_end), in HandleResiduesOnK()
815 HandleResiduesOnM(vsl, dims().k() - k_start, GetInt64(k_start), in HandleResiduesOnK()
816 GetInt64(dims().k()), n_start, n_end); in HandleResiduesOnK()
825 GetInt64(0), GetInt64(m_end)); in HandleResiduesOnM()
829 dims().m() - m_end, GetInt64(m_end), GetInt64(dims().m())); in HandleResiduesOnM()
/external/protobuf/src/google/protobuf/
Ddynamic_message.h206 int64 first = reflection->GetInt64(*a, field_); in operator()
207 int64 second = reflection->GetInt64(*b, field_); in operator()
Dtest_util.h376 EXPECT_EQ(100, sub_message->GetReflection()->GetInt64( in ExpectOneofSetViaReflection()
493 EXPECT_EQ(102, reflection->GetInt64(message, F("optional_int64"))); in ExpectAllFieldsSetViaReflection1()
497 EXPECT_EQ(106, reflection->GetInt64(message, F("optional_sint64"))); in ExpectAllFieldsSetViaReflection1()
501 EXPECT_EQ(110, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectAllFieldsSetViaReflection1()
771 EXPECT_EQ(402, reflection->GetInt64(message, F("default_int64"))); in ExpectAllFieldsSetViaReflection3()
775 EXPECT_EQ(406, reflection->GetInt64(message, F("default_sint64"))); in ExpectAllFieldsSetViaReflection3()
779 EXPECT_EQ(410, reflection->GetInt64(message, F("default_sfixed64"))); in ExpectAllFieldsSetViaReflection3()
909 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_int64"))); in ExpectClearViaReflection()
913 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sint64"))); in ExpectClearViaReflection()
917 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectClearViaReflection()
[all …]
Dmap_test_util.cc1027 int64 key = sub_message->GetReflection()->GetInt64(*sub_message, in ExpectMapFieldsSetViaReflection()
1029 int64 val = sub_message->GetReflection()->GetInt64(*sub_message, in ExpectMapFieldsSetViaReflection()
1100 int64 key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1102 int64 val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1172 int64 key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1174 int64 val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
Dmap_field.cc466 map_key.SetInt64Value(reflection->GetInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmessage.h480 int64 GetInt64(const Message& message, const FieldDescriptor* field) const;
Dtext_format.cc2043 int64 first = reflection->GetInt64(*a, field_); in operator ()()
2044 int64 second = reflection->GetInt64(*b, field_); in operator ()()
Dextension_set.h249 int64 GetInt64(int number, int64 default_value) const;
/external/flatbuffers/go/
Dtable.go113 func (t *Table) GetInt64(off UOffsetT) int64 { func
114 return GetInt64(t.Bytes[off:])
247 return t.GetInt64(t.Pos + UOffsetT(off))
Dencode.go94 func GetInt64(buf []byte) (n int64) { func
/external/perfetto/src/trace_processor/util/
Dproto_to_json.cc99 : ref->GetInt64(message, field_desc)); in FieldToJson()
115 : ref->GetInt64(message, field_desc)); in FieldToJson()
/external/flatbuffers/tests/MyGame/Example/
DStat.go40 return rcv._tab.GetInt64(o + rcv._tab.Pos)
DTypeAliases.go104 return rcv._tab.GetInt64(o + rcv._tab.Pos)
DMonster.go303 return rcv._tab.GetInt64(o + rcv._tab.Pos)
351 return rcv._tab.GetInt64(o + rcv._tab.Pos)
527 return rcv._tab.GetInt64(a + flatbuffers.UOffsetT(j*8))
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc191 : reflection->GetInt64(options, field))); in ConvertOptionField()
/external/libprotobuf-mutator/src/
Dfield_instance.h109 : reflection().GetInt64(*message_, descriptor_); in Load()
/external/flatbuffers/tests/
Dgo_test.go64 overflowingInt64Val = flatbuffers.GetInt64([]byte{0x84, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44})
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2186 int64 value = reflection->GetInt64(*message, field_descriptor); in InternalGetScalar()