Searched refs:new_result (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/benchmarks/util/ |
D | result_uploader.py | 51 new_result = {} 52 new_result["metric"] = "throughput" 53 new_result["value"] = result["throughput"] 54 new_result["unit"] = "MB/s" 55 new_result["test"] = "protobuf_benchmark" 56 new_result["product_name"] = "protobuf" 60 new_result["labels"] = labels_string[1:] 61 new_result["timestamp"] = _INITIAL_TIME 65 row = big_query_utils.make_row(str(uuid.uuid4()), new_result) 69 print('Error when uploading result', new_result)
|
/external/python/cpython3/Tools/importbench/ |
D | importbench.py | 214 new_result = max(new_results[benchmark_name]) 215 result = '{:,d} vs. {:,d} ({:%})'.format(new_result, 217 new_result/old_result)
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_communication.cc | 424 auto new_result = CreateTuple(builder, value.getLoc(), operands); in GetValueWithToken() local 425 rewritten_values.insert({value, new_result}); in GetValueWithToken() 426 return new_result; in GetValueWithToken() 540 Value new_result = GetValueWithToken(builder, terminator->getOperand(0), in RewriteControlFlowTerminator() local 542 terminator->setOperand(0, new_result); in RewriteControlFlowTerminator()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field.h | 1859 typename TypeHandler::Type* new_result = 1861 TypeHandler::Merge(*result, new_result); 1862 return new_result;
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | inline_test.cpp | 3757 ; CHECK: OpStore [[new_result:%\d+]] [[res]] 3759 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | inline_test.cpp | 3757 ; CHECK: OpStore [[new_result:%\d+]] [[res]] 3759 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | inline_test.cpp | 3757 ; CHECK: OpStore [[new_result:%\d+]] [[res]] 3759 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 2690 OpResult new_result = std::get<1>(pair); // result of transformed Unpack in matchAndRewrite() local 2692 rewriter.replaceOp(user, ValueRange(new_result)); in matchAndRewrite()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 2938 new_result = gen_image_ops.scale_and_translate( 2947 self.evaluate(legacy_result), self.evaluate(new_result), atol=1e-04)
|