Searched defs:GetInt64 (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/go/ | ||
D | encode.go | 94 func GetInt64(buf []byte) (n int64) { func |
D | table.go | 113 func (t *Table) GetInt64(off UOffsetT) int64 { func |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ | ||
D | tiled_dot_emitter.cc | 737 llvm::Value* GetInt64(int64 value) { return b_->getInt64(value); } in GetInt64() function in xla::cpu::__anon016ac5180111::TiledSmallGemmEmitter |