HomeSort by relevance Sort by last modified time
    Searched refs:aggregator (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/skia/infra/lottiecap/
Makefile 1 gold-docker-image: aggregator
6 aggregator:
8 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold
  /external/skqp/infra/lottiecap/
Makefile 1 gold-docker-image: aggregator
6 aggregator:
8 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
stats_dataset_ops_test.py 39 aggregator,
43 stats_ops.set_stats_aggregator(aggregator, prefix, counter_prefix))
46 def function_apply_options(dataset, aggregator, prefix="", counter_prefix=""):
48 options.experimental_stats.aggregator = aggregator
63 aggregator = stats_aggregator.StatsAggregator()
67 dataset = dataset_transformation(dataset, aggregator)
74 summary_str = self.evaluate(aggregator.get_summary())
80 summary_str = self.evaluate(aggregator.get_summary())
85 aggregator = stats_aggregator.StatsAggregator(
    [all...]
stats_dataset_test_base.py 94 aggregator = stats_aggregator.StatsAggregator()
96 dataset = dataset_transformation(dataset, aggregator)
103 summary_str = self.evaluate(aggregator.get_summary())
116 summary_str = self.evaluate(aggregator.get_summary())
  /external/skia/infra/pathkit/
Makefile 1 gold_docker_image: aggregator
6 perf_docker_image: aggregator
11 aggregator:
13 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
15 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/perf-aggregator -a ./perf/
perf_pathkit.sh 20 # Start the aggregator in the background
21 /opt/perf-aggregator $@ &
27 # Tell the aggregator to dump the json
test_pathkit.sh 20 # Start the aggregator in the background
21 /opt/gold-aggregator $@ &
24 # Tell the aggregator to dump the json
  /external/skqp/infra/pathkit/
Makefile 1 gold_docker_image: aggregator
6 perf_docker_image: aggregator
11 aggregator:
13 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
15 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/perf-aggregator -a ./perf/
perf_pathkit.sh 20 # Start the aggregator in the background
21 /opt/perf-aggregator $@ &
27 # Tell the aggregator to dump the json
test_pathkit.sh 20 # Start the aggregator in the background
21 /opt/gold-aggregator $@ &
24 # Tell the aggregator to dump the json
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator_unittest.cc 104 static void VerifyMinMax(const Vp8PartitionAggregator& aggregator,
110 aggregator.CalcMinMax(opt_config, &min_size, &max_size);
118 Vp8PartitionAggregator* aggregator = local
120 delete aggregator;
134 Vp8PartitionAggregator* aggregator = local
136 aggregator->SetPriorMinMax(300, 500);
140 aggregator->FindOptimalConfiguration(kMaxSize, kPenalty);
145 VerifyMinMax(*aggregator, opt_config, 383, 428);
150 aggregator->CalcMinMax(opt_config, &min_size, &max_size);
153 delete aggregator;
167 Vp8PartitionAggregator* aggregator = local
185 Vp8PartitionAggregator* aggregator = local
    [all...]
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
latency_all_edges_test.py 32 aggregator = stats_aggregator.StatsAggregator()
40 options.experimental_stats.aggregator = aggregator
47 summary_t = aggregator.get_summary()
  /external/skia/tools/lua/
trigger_ct_lua 28 aggregator=None):
35 if aggregator:
36 with open(aggregator) as f:
52 parser.add_argument('--aggregator', help='Aggregator script')
92 args.aggregator)
96 user, password, description, script, skp_repo, aggregator = parse_args()
97 trigger_ct_run(user, password, description, script, skp_repo, aggregator)
agg_dash.lua 2 This file is used as the aggregator file when using telemetry for
  /external/skqp/tools/lua/
trigger_ct_lua 28 aggregator=None):
35 if aggregator:
36 with open(aggregator) as f:
52 parser.add_argument('--aggregator', help='Aggregator script')
92 args.aggregator)
96 user, password, description, script, skp_repo, aggregator = parse_args()
97 trigger_ct_run(user, password, description, script, skp_repo, aggregator)
agg_dash.lua 2 This file is used as the aggregator file when using telemetry for
  /external/skia/infra/canvaskit/
perf_canvaskit.sh 20 # Start the aggregator in the background
21 /opt/perf-aggregator $@ &
27 # Tell the aggregator to dump the json
test_canvaskit.sh 20 # Start the aggregator in the background
21 /opt/gold-aggregator $@ &
24 # Tell the aggregator to dump the json
  /external/skqp/infra/canvaskit/
perf_canvaskit.sh 20 # Start the aggregator in the background
21 /opt/perf-aggregator $@ &
27 # Tell the aggregator to dump the json
test_canvaskit.sh 20 # Start the aggregator in the background
21 /opt/gold-aggregator $@ &
24 # Tell the aggregator to dump the json
  /external/gemmlowp/meta/generators/
zip_Nx8_neon.py 21 def __init__(self, input_address, load, aggregator):
24 self.aggregator = aggregator
66 emitter.EmitVMov('i16', lane.aggregator, emitter.ImmediateConstant(0))
81 emitter.EmitVAddw('u8', lane.aggregator, lane.aggregator, lane.load)
159 emitter.EmitVAddw('u8', lane.aggregator, lane.aggregator, lane.load)
171 emitter.EmitComment('Aggregator Reduction.')
180 emitter.EmitVPaddl('u16', lane.aggregator, lane.aggregator
    [all...]
mul_Nx8_Mx8_neon.py 49 """Prepare aggregators and emit aggregator clear code."""
53 aggregator = registers.QuadRegister()
54 aggregators.append(aggregator)
56 emitter.EmitVMov('i32', aggregator, emitter.ImmediateConstant(0))
58 emitter.EmitVMov('i32', aggregator, aggregators[i - 3])
258 def StoreAggregator(emitter, registers, aggregator, cols, result_address,
261 emitter.EmitVStoreOffset('1.32', emitter.Lane(aggregator, 0),
265 emitter.EmitVStoreOffset('1.32', aggregator,
269 emitter.EmitVStore('1.32', registers.Low(aggregator),
272 registers.High(aggregator),
    [all...]
  /external/skia/infra/lottiecap/docker/
lottiecap_gold.sh 21 # Start the aggregator in the background
22 /opt/gold-aggregator $@ &
36 # Tell the aggregator to dump the json
  /external/skqp/infra/lottiecap/docker/
lottiecap_gold.sh 21 # Start the aggregator in the background
22 /opt/gold-aggregator $@ &
36 # Tell the aggregator to dump the json
  /external/tensorflow/tensorflow/python/data/experimental/ops/
stats_options.py 37 aggregator = tf.data.experimental.StatsAggregator()
40 options.experimental_stats.aggregator = aggregator
46 aggregator = options.create_option( variable in class:StatsOptions
47 name="aggregator",
50 "Associates the given statistics aggregator with the dataset pipeline.")

Completed in 560 milliseconds

1 2 3