Searched defs:raw_table (Results 1 – 6 of 6) sorted by relevance
2373 const auto& raw_table = storage_->raw_table(); in TEST_F() local2467 const auto& raw_table = storage_->raw_table(); in TEST_F() local2495 const auto& raw_table = storage_->raw_table(); in TEST_F() local2526 const auto& raw_table = storage_->raw_table(); in TEST_F() local2554 const auto& raw_table = storage_->raw_table(); in TEST_F() local
44 def __init__(self, raw_table, filename): argument
39 def __init__(self, raw_table, filename): argument
438 tensorflow::table::Table* raw_table; in LoadAndMergeAppendedSlices() local
557 const tables::RawTable& raw_table() const { return raw_table_; } in raw_table() function
2073 pub fn raw_table(&mut self) -> &mut RawTable<(K, V), A> { in raw_table() method