HomeSort by relevance Sort by last modified time
    Searched refs:new_result (Results 1 - 8 of 8) 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 436 PyObject* new_result = PyTuple_New(2);
437 if (!new_result) {
441 PyTuple_SET_ITEM(new_result, 0, $result);
442 PyTuple_SET_ITEM(new_result, 1, PyLong_FromSize_t(*$1));
443 $result = new_result;
649 PyObject* new_result = PyTuple_New(2);
650 if (!new_result) {
654 PyTuple_SET_ITEM(new_result, 0, $result);
655 PyTuple_SET_ITEM(new_result, 1, PyBool_FromLong(*$1));
656 $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/protobuf/src/google/protobuf/
repeated_field.h 1697 typename TypeHandler::Type* new_result = local
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py     [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]

Completed in 1594 milliseconds