Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_buffer_1x1.cc257 std::string i_s = std::to_string(y * block_size.x + x); in GenerateConvBuffer1x1() local
258 c += " int src_addr_" + i_s + " = (yc" + y_s + in GenerateConvBuffer1x1()
267 std::string i_s = std::to_string(y * block_size.x + x); in GenerateConvBuffer1x1() local
268 c += " FLT" + std::to_string(element_size * 4) + " s" + i_s + in GenerateConvBuffer1x1()
269 " = args.src_tensor.Read(src_addr_" + i_s + ");\n"; in GenerateConvBuffer1x1()
274 std::string i_s = std::to_string(i); in GenerateConvBuffer1x1() local
275 c += " src_addr_" + i_s + " += args.src_tensor.SliceStride();\n"; in GenerateConvBuffer1x1()
/external/python/cpython3/Lib/test/
Dtest_defaultdict.py190 i_s = i | s
191 self.assertIs(i_s.default_factory, int)
192 self.assertDictEqual(i_s, {1: "one", 2: 2, 0: "zero"})
193 self.assertEqual(list(i_s), [1, 2, 0])
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py5068 i_s = indexed_slices.IndexedSlices(
5079 lambda: {'i': i_s, 't': (r_t, s_t)},
5087 self.assertAllEqual(i_s.values, i.values)
5088 self.assertAllEqual(i_s.indices, i.indices)
5089 self.assertAllEqual(i_s.dense_shape, i.dense_shape)
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp541 int i_s; member
2907 fp.i_s = values[format.componentOrder.bits.stencil]; in orderComponentsInt()