Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Ddata_flow_ops_test.cc120 TEST(DataFlowOpsTest, DynamicStitch) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2663 TEST_F(OpTest, DynamicStitch) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go13434 func DynamicStitch(scope *Scope, indices []tf.Output, data []tf.Output) (merged tf.Output) { func