MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / group

Method group

tensorflow/core/util/sparse/group_iterator.cc:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55std::vector<int64> Group::group() const {
56 std::vector<int64> g;
57 const auto& ix_t = iter_->ix_matrix_;
58 for (const int d : iter_->group_dims_) {
59 g.push_back(ix_t(loc_, d));
60 }
61 return g;
62}
63
64TTypes<int64>::UnalignedConstMatrix Group::indices() const {
65 return TTypes<int64>::UnalignedConstMatrix(&(iter_->ix_matrix_(loc_, 0)),

Callers 15

initializerMethod · 0.45
assignMethod · 0.45
__init__Method · 0.45
assign_from_valuesFunction · 0.45
assign_from_checkpointFunction · 0.45
init_variablesMethod · 0.45
init_variablesMethod · 0.45
parserMethod · 0.45
doBasicsOneExportPathMethod · 0.45
parserMethod · 0.45
ExportFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 15

parserMethod · 0.36
doBasicsOneExportPathMethod · 0.36
test_sweepsMethod · 0.36
testRoundtripMethod · 0.36
testCorrectRatesMethod · 0.36
testWithEpochLimitMethod · 0.36
_prepareCheckpointMethod · 0.36
run_stepMethod · 0.36
_test_complex_modelMethod · 0.36