HomeSort by relevance Sort by last modified time
    Searched refs:format_str (Results 1 - 25 of 29) sorted by null

1 2

  /external/tensorflow/tensorflow/core/util/
tensor_format.cc 64 bool FormatFromString(const string& format_str, TensorFormat* format) {
65 if (format_str == "NHWC" || format_str == "NDHWC") {
69 if (format_str == "NCHW" || format_str == "NCDHW") {
73 if (format_str == "NCHW_VECT_C") {
80 bool FilterFormatFromString(const string& format_str,
82 if (format_str == "HWIO" || format_str == "DHWIO") {
86 if (format_str == "OIHW" || format_str == "OIDHW")
    [all...]
tensor_format_test.cc 139 string format_str = ToString(format); local
140 EXPECT_EQ(expected_format_str, format_str);
149 string format_str = ToString(format); local
150 EXPECT_EQ(expected_format_str, format_str);
tensor_format.h 76 bool FormatFromString(const string& format_str, TensorFormat* format);
80 bool FilterFormatFromString(const string& format_str,
  /system/core/adf/libadf/tests/
adf_test.cpp 128 char format_str[ADF_FORMAT_STR_SIZE], int &buf_fd, uint32_t &offset,
131 ASSERT_NO_FATAL_FAILURE(get8888Format(format, format_str));
136 format_str << " buffer failed: " << strerror(-buf_fd);
142 format_str << " buffer failed: " << strerror(-errno);
311 char format_str[ADF_FORMAT_STR_SIZE];
312 ASSERT_NO_FATAL_FAILURE(get8888Format(format, format_str));
319 format_str << " buffer failed: " << strerror(-buf_fd);
334 char format_str[ADF_FORMAT_STR_SIZE];
335 ASSERT_NO_FATAL_FAILURE(drawCheckerboard(w, h, format, format_str,
345 format_str << " buffer failed: " << strerror(-release_fence)
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 49 const char *format_str = (AddressSize == 4 local
52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 98 char *format_str; member in struct:__anon2565
331 col_formats[0].format_str, col_formats[1].format_str,
332 col_formats[2].format_str, col_formats[3].format_str,
333 col_formats[4].format_str, col_formats[5].format_str,
334 col_formats[6].format_str, col_formats[7].format_str
371 col_formats[format].format_str);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 98 char *format_str; member in struct:__anon49381
331 col_formats[0].format_str, col_formats[1].format_str,
332 col_formats[2].format_str, col_formats[3].format_str,
333 col_formats[4].format_str, col_formats[5].format_str,
334 col_formats[6].format_str, col_formats[7].format_str
371 col_formats[format].format_str);
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_train.py 109 format_str = ('%s: step %d, loss = %.2f (%.1f examples/sec; %.3f '
111 print(format_str % (datetime.datetime.now(), self._step, loss_value,
  /external/ltp/testcases/kernel/io/disktest/
dump.c 38 int format_str(size_t iBytes, const char *ibuff, size_t ibuff_siz, char *obuff, function
125 format_str(0, NULL, 0, NULL, 0);
157 format_str(NumBytes, ibuff, ibuff_siz, obuff,
  /external/libdrm/tests/modetest/
modetest.c 696 char format_str[5]; member in struct:pipe_arg
716 char format_str[5]; /* need to leave room for terminating \0 */ member in struct:plane_arg
1013 p->w, p->h, p->format_str, plane_id);
1118 pipe->mode_str, pipe->mode->vrefresh, pipe->format_str);
1304 strcpy(pipe->format_str, "XR24");
    [all...]
  /external/autotest/client/cros/audio/
check_quality.py 248 format_str = 'S%d_LE' % self._sample_width_bits
252 sample_format=format_str)
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
check_quality.py 168 format_str = 'S%d_LE' % self._sample_width_bits
172 sample_format=format_str)
  /external/selinux/libsepol/src/
kernel_to_cil.c 270 const char *format_str; local
283 format_str = "(mlsconstrain (%s (%s)) %s)";
286 format_str = "(constrain (%s (%s)) %s)";
290 rc = strs_create_and_add(strs, format_str, 3, classkey, perms+1, expr);
311 const char *format_str; local
323 format_str = "(mlsvalidatetrans %s %s)";
326 format_str = "(validatetrans %s %s)";
330 rc = strs_create_and_add(strs, format_str, 2, classkey, expr);
    [all...]
kernel_to_conf.c 263 const char *format_str, *flavor; local
277 format_str = "%s %s { %s } %s;";
279 format_str = "%s %s %s %s";
289 rc = strs_create_and_add(strs, format_str, 4,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_flow.py 192 format_str = '%s %s -d %s -g %s'
193 self.record_cmd = format_str % (self.record_program,
  /external/python/cpython2/Lib/test/
test_struct.py 565 def check_sizeof(self, format_str, number_of_codes):
570 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /external/python/cpython3/Lib/test/
test_struct.py 560 def check_sizeof(self, format_str, number_of_codes):
565 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external_test.cpp 228 string format_str = GetFormatString(buffer_info_.buffer_config.format); local
252 dump_file_name << "/input_layer_" << width << "x" << height << "_" << format_str << ".raw"; local
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external_test.cpp 221 string format_str = GetFormatString(buffer_info_.buffer_config.format); local
245 dump_file_name << "/input_layer_" << width << "x" << height << "_" << format_str << ".raw"; local
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external_test.cpp 228 string format_str = GetFormatString(buffer_info_.buffer_config.format); local
252 dump_file_name << "/input_layer_" << width << "x" << height << "_" << format_str << ".raw"; local
  /system/libufdt/utils/src/
mkdtboimg.py 296 format_str = '>' + str(num_ints) + 'I'
298 self.__metadata = struct.unpack(format_str,
    [all...]

Completed in 693 milliseconds

1 2