Searched refs:format_output (Results 1 – 4 of 4) 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/rust/crates/ring/src/ |
D | digest.rs | 115 value: (self.algorithm.format_output)(self.state), in finish() 282 format_output: fn(input: State) -> Output, field 317 format_output: sha256_format_output, 342 format_output: sha256_format_output, 367 format_output: sha512_format_output, 392 format_output: sha512_format_output, 421 format_output: sha512_format_output,
|
/external/python/cpython2/Tools/scripts/ |
D | logmerge.py | 70 format_output(database) 165 def format_output(database): function
|