Home
last modified time | relevance | path

Searched refs:ibegin (Results 1 – 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
Dbitwise.c732 int ibegin=(rand()%32); in main() local
743 orl->begin=ibegin; in main()
746 orl->buffer->data[ibegin++]= flat[pos++]; in main()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer_test.cc972 auto ibegin = ops::Identity(s.WithOpName("ibegin"), begin); in TEST_F() local
975 auto slice = ops::Slice(s.WithOpName("slice"), conv, ibegin, isize); in TEST_F()