Searched refs:new_results (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tf_device_replication_pass.cc | 88 llvm::SmallVector<Value, 4> new_results; in runOnOperation() local 93 for (int i = 0; i < replicate_num; ++i) new_results.push_back(v); in runOnOperation() 100 for (int i = 0; i < replicate_num; ++i) new_results.push_back(v); in runOnOperation() 106 new_results.push_back(new_op->getResult(result_num)); in runOnOperation() 109 replicate_op.replaceAllUsesWith(new_results); in runOnOperation()
|
/external/skqp/tools/ |
D | jsondiff.py | 176 new_results = self._GetExpectedResults(newjson) 178 new_results = self._GetActualResults(oldjson) 179 return self._DictionaryDiff(old_results, new_results)
|
/external/skia/tools/ |
D | jsondiff.py | 176 new_results = self._GetExpectedResults(newjson) 178 new_results = self._GetActualResults(oldjson) 179 return self._DictionaryDiff(old_results, new_results)
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_types.cc | 137 llvm::SmallVector<Type, 4> new_results; in matchAndRewrite() local 139 new_results))) in matchAndRewrite() 146 new_results, op->getAttrs(), op->getSuccessors()); in matchAndRewrite()
|
D | legalize_tf_communication.cc | 723 auto new_results = llvm::to_vector<4>(terminator.getOperands()); in RewriteFunctionTerminator() local 724 new_results.push_back(token); in RewriteFunctionTerminator() 726 builder.create<mlir::ReturnOp>(terminator.getLoc(), new_results); in RewriteFunctionTerminator()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/ |
D | decompose.cc | 205 llvm::SmallVector<Value, 4> new_results; in RewriteUnregisteredTFOps() local 208 new_results.push_back(new_op.getResult(res.index())); in RewriteUnregisteredTFOps() 216 new_results.push_back(element_op.out()); in RewriteUnregisteredTFOps() 220 for (auto res : llvm::zip(op->getResults(), new_results)) { in RewriteUnregisteredTFOps()
|
D | raise_to_tf.cc | 381 SmallVector<Value, 4> new_results; in CreateAndReplaceOp() local 387 new_results.push_back(casted.out()); in CreateAndReplaceOp() 397 new_results.push_back(list_op.out()); in CreateAndReplaceOp() 404 rewriter.replaceOp(call_op, new_results); in CreateAndReplaceOp()
|
/external/python/cpython3/Tools/importbench/ |
D | importbench.py | 197 new_results = {} 208 new_results[benchmark.__doc__] = results 214 new_result = max(new_results[benchmark_name]) 221 json.dump(new_results, options.dest_file, indent=2)
|
/external/python/cpython3/Lib/lib2to3/ |
D | pytree.py | 748 new_results = [] 759 new_results.append((c0 + c1, r)) 760 results = new_results
|
/external/python/cpython2/Lib/lib2to3/ |
D | pytree.py | 782 new_results = [] 793 new_results.append((c0 + c1, r)) 794 results = new_results
|
/external/llvm-project/clang/utils/analyzer/ |
D | SATestBuild.py | 813 new_results = CmpRuns.ResultsDirectory(new_dir, patched_source) 817 CmpRuns.dump_scan_build_results_diff(ref_results, new_results,
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 3057 SmallVector<Value, 4> new_results; in matchAndRewrite() local 3064 new_results.push_back(nullptr); in matchAndRewrite() 3066 new_results.push_back(new_while_op.getResult(next_idx++)); in matchAndRewrite() 3070 rewriter.replaceOp(while_op, new_results); in matchAndRewrite()
|
/external/ruy/ruy/ |
D | test.h | 1481 std::vector<TestResult<Scalar>*> new_results; 1482 new_results.push_back(*result); 1483 clusters.push_back(new_results);
|