Searched refs:format_output (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | string_format_op_test.py | 39 format_output = string_ops.string_format("{}", tensor) 40 out = self.evaluate(format_output) 46 format_output = string_ops.string_format("{}", [tensor]) 47 out = self.evaluate(format_output) 55 format_output = string_ops.string_format("{}", [var]) 58 out = self.evaluate(format_output) 66 format_output = string_ops.string_format("{}", [var]) 69 out = self.evaluate(format_output) 79 format_output = string_ops.string_format("{}, {}", [var_one, var_two]) 83 out = self.evaluate(format_output) [all …]
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_ENUM_FRAMESIZES.c | 573 struct v4l2_fmtdesc format_output; in test_VIDIOC_ENUM_FRAMESIZES_NULL() local 598 memset(&format_output, 0xff, sizeof(format_output)); in test_VIDIOC_ENUM_FRAMESIZES_NULL() 599 format_output.index = 0; in test_VIDIOC_ENUM_FRAMESIZES_NULL() 600 format_output.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in test_VIDIOC_ENUM_FRAMESIZES_NULL() 602 ret_fmt_output = ioctl(get_video_fd(), VIDIOC_ENUM_FMT, &format_output); in test_VIDIOC_ENUM_FRAMESIZES_NULL() 607 __FILE__, __LINE__, format_output.index, format_output.type, in test_VIDIOC_ENUM_FRAMESIZES_NULL() 639 fmt = format_output.pixelformat; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
|
/external/python/cpython2/Tools/scripts/ |
D | logmerge.py | 70 format_output(database) 165 def format_output(database): function
|