Home
last modified time | relevance | path

Searched refs:size_indices (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_slice_ops.cc108 std::vector<int64> size_indices; in Compile() local
110 ctx, ctx->ConstantInputAsIntVector("size_indices", &size_indices)); in Compile()
114 ctx->Input("input"), SliceVector(start_indices, rank), size_indices); in Compile()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1083 `size_indices`, which specify the end point of exclusive slice intervals in each
1087 <b> `DynamicSlice(operand, start_indices, size_indices)` </b>
1097 | `size_indices` | `ArraySlice<int64>` | List of N integers containing the |
1109 start_indices[i] = clamp(start_indices[i], 0, operand.dimension_size[i] - size_indices[i])
/external/tensorflow/tensorflow/go/op/
Dwrappers.go130 func XlaDynamicSlice(scope *Scope, input tf.Output, start_indices tf.Output, size_indices tf.Output…
137 input, start_indices, size_indices,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td17717 size_indices, which specify the end point of exclusive slice intervals in each
17728 TF_I32OrI64Tensor:$size_indices