Home
last modified time | relevance | path

Searched defs:TruncateDiv (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4674 TEST_F(OpTest, TruncateDiv) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go53269 func TruncateDiv(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func