Home
last modified time | relevance | path

Searched refs:new_results (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_device_replication_pass.cc88 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/
Djsondiff.py176 new_results = self._GetExpectedResults(newjson)
178 new_results = self._GetActualResults(oldjson)
179 return self._DictionaryDiff(old_results, new_results)
/external/skia/tools/
Djsondiff.py176 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/
Dlegalize_tf_types.cc137 llvm::SmallVector<Type, 4> new_results; in matchAndRewrite() local
139 new_results))) in matchAndRewrite()
146 new_results, op->getAttrs(), op->getSuccessors()); in matchAndRewrite()
Dlegalize_tf_communication.cc723 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/
Ddecompose.cc205 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()
Draise_to_tf.cc381 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/
Dimportbench.py197 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/
Dpytree.py748 new_results = []
759 new_results.append((c0 + c1, r))
760 results = new_results
/external/python/cpython2/Lib/lib2to3/
Dpytree.py782 new_results = []
793 new_results.append((c0 + c1, r))
794 results = new_results
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py813 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/
Dtf_ops_n_z.cc3057 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/
Dtest.h1481 std::vector<TestResult<Scalar>*> new_results;
1482 new_results.push_back(*result);
1483 clusters.push_back(new_results);