Home
last modified time | relevance | path

Searched defs:DiagPart (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc491 Node* DiagPart(Graph* g, Node* in, DataType type) { in DiagPart() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2620 TEST_F(OpTest, DiagPart) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go12874 func DiagPart(scope *Scope, input tf.Output) (diagonal tf.Output) { func