HomeSort by relevance Sort by last modified time
    Searched refs:new_result (Results 1 - 10 of 10) sorted by null

  /external/toolchain-utils/deprecated/
report_generator.py 78 for new_result in new_results:
79 new_test_name = new_result[0]
80 new_test_result = new_result[1]
  /external/tensorflow/tensorflow/python/client/
tf_session.i 412 PyObject* new_result = PyTuple_New(2);
413 if (!new_result) {
417 PyTuple_SET_ITEM(new_result, 0, $result);
418 PyTuple_SET_ITEM(new_result, 1, PyLong_FromSize_t(*$1));
419 $result = new_result;
570 PyObject* new_result = PyTuple_New(2);
571 if (!new_result) {
575 PyTuple_SET_ITEM(new_result, 0, $result);
576 PyTuple_SET_ITEM(new_result, 1, PyBool_FromLong(*$1));
577 $result = new_result;
    [all...]
  /external/python/cpython3/Tools/importbench/
importbench.py 214 new_result = max(new_results[benchmark_name])
215 result = '{:,d} vs. {:,d} ({:%})'.format(new_result,
217 new_result/old_result)
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 247 new_result = '!' + result.result
254 self.results.add(result._replace(result=new_result))
  /external/v8/src/
utils.cc 188 char* new_result = NewArray<char>(new_len); local
191 MemCopy(new_result, result, offset * kCharSize);
193 result = new_result;
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variable_utils_impl.py 79 new_result = wrapped_foo(new_x, new_y)
  /frameworks/native/cmds/installd/
utils.cpp 1045 bool new_result = collect_profiles(subdir, local_path, profiles_paths); local
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 1697 typename TypeHandler::Type* new_result = local
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 1697 typename TypeHandler::Type* new_result = local
    [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]

Completed in 1332 milliseconds