Home
last modified time | relevance | path

Searched refs:gather_v2 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather_test.cc59 void MakeGather(StringPiece name, bool gather_v2, NodeDef* params, in MakeGather() argument
61 if (gather_v2) { in MakeGather()
73 void TestSinglePartition(bool gather_v2, bool include_shared_init, in TestSinglePartition() argument
137 MakeGather("gather", gather_v2, identity_node, input_node, &graph_def); in TestSinglePartition()
285 void TestMultiPartition(bool gather_v2, bool include_shared_init, in TestMultiPartition() argument
378 MakeGather("gather1", gather_v2, identity_node1, input_node, &graph_def); in TestMultiPartition()
379 MakeGather("gather2", gather_v2, identity_node2, input_node, &graph_def); in TestMultiPartition()
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py5025 return gen_array_ops.gather_v2(
5032 return gen_array_ops.gather_v2(params, indices, axis, name=name)
5037 def gather_v2(params, function
5052 gather_v2.__doc__ = gather.__doc__
/external/tensorflow/tensorflow/python/autograph/operators/
Dpy_builtins.py619 return array_ops.gather_v2(iterable, order)
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch_test.py433 op=array_ops.gather_v2,
Dragged_dispatch.py488 (array_ops.gather_v2, ragged_gather_ops.gather, ['params', 'indices']),
/external/tensorflow/tensorflow/python/keras/engine/
Ddata_adapter.py1422 cw = array_ops.gather_v2(class_weight_tensor, y_classes)
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir4110 // CHECK-LABEL: @gather_v2
4111 func @gather_v2(%arg0: tensor<16x2x3xf32>, %arg1: tensor<16x5xi32>) -> tensor<16x2x5xf32> {