Home
last modified time | relevance | path

Searched refs:indices1 (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_stitch_op.cc208 const TensorShape& indices1) { in SameExtraShape() argument
210 const int extra1 = data1_shape.dims() - indices1.dims(); in SameExtraShape()
214 data1_shape.dim_size(indices1.dims() + i)) { in SameExtraShape()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_convert_test.cc153 name: "indices1" in TEST()
161 input: "indices1" in TEST()
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/variable_pointer/dynamic_offset/
Dselect_descriptor_array.amber127 BUFFER indices1 DATA_TYPE int32 DATA
160 BIND BUFFER indices1 AS push_constant
/external/tensorflow/tensorflow/core/kernels/
Ddynamic_stitch_op.cc62 const Tensor& data1, const Tensor& indices1) { in SameExtraShape() argument
64 const int extra1 = data1.dims() - indices1.dims(); in SameExtraShape()
68 data1.dim_size(indices1.dims() + i)) { in SameExtraShape()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_nd_op_test.py206 indices1 = array_ops.placeholder(dtypes.int32, shape=None)
211 ragged_gather_ops.gather_nd(params, indices1)
/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp167 Eigen::DSizes<ptrdiff_t, 2> indices1(1,2); in test_slice_in_expr() local
171 …tensor3 = tensor1.slice(indices1, sizes1).contract(tensor2.slice(indices2, sizes2), contract_along… in test_slice_in_expr()
490 Eigen::DSizes<ptrdiff_t, 3> indices1(1,2,3); in test_empty_slice() local
494 tensor.slice(indices1, sizes1) = slice1; in test_empty_slice()
/external/angle/src/tests/gl_tests/
DDrawElementsTest.cpp681 const GLubyte indices1[] = {0, 0, 0, 0, 0, 0}; in TEST_P() local
683 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices1), indices1, GL_STATIC_DRAW); in TEST_P()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp631 Value* indices1 = B->VSHUFFLE(vi32Indices, vi32Indices, B->C({4, 5, 6, 7})); in VGATHER_EMU() local
654 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale}); in VGATHER_EMU()
667 Value* indices1 = B->EXTRACT_16(vi32Indices, 1); in VGATHER_EMU() local
675 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale}); in VGATHER_EMU()
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
Dsparse_ops_test.py231 indices1 = np.array([12, 4, 0, 0, 1, 30])
237 indices1 = sparse_tensor.SparseTensorValue(
239 np.array(indices1, indices_dtype), np.array(shape, np.int64))
244 sparse_tensor.SparseTensor.from_value(indices1)],
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlower_tf.mlir696 …%indices1 = "tf.Const"() {value = dense<[[3, 2], [1, 0]]> : tensor<2x2xi32>} : () -> tensor<2x2xi3…
697 …%0 = "tf.DynamicStitch"(%indices0, %indices1, %arg0, %arg1) : (tensor<i32>, tensor<2x2xi32>, tenso…
Dtf-ops.mlir3499 …%indices1 = "tf.Const"() {value = dense<[[3, 2], [1, 0]]> : tensor<2x2xi32>} : () -> tensor<2x2xi3…
3502 …%0 = "tf.DynamicStitch"(%indices0, %indices1, %arg0, %arg1) : (tensor<i32>, tensor<2x2xi32>, tenso…
3536 %indices1 = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<i32>
3539 …%0 = "tf.DynamicStitch"(%indices0, %indices1, %arg0, %arg1) : (tensor<i32>, tensor<i32>, tensor<?x…