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

1 2

  /external/harfbuzz_ng/test/api/
test-ot-name.c 36 unsigned int feature_index; local
50 &feature_index))
53 if (!hb_ot_layout_feature_get_name_ids (face, HB_OT_TAG_GSUB, feature_index,
64 all_chars = hb_ot_layout_feature_get_characters (face, HB_OT_TAG_GSUB, feature_index,
  /external/tensorflow/tensorflow/core/tpu/
tpu_embedding_output_layout_utils.cc 46 for (int feature_index = 0; feature_index < table.num_features();
47 ++feature_index) {
53 output_location->set_dim0_offset(feature_index);
  /external/tensorflow/tensorflow/compiler/xla/service/
batchnorm_expander.cc 113 HloInstruction* operand, int64 feature_index,
120 if (i == feature_index) {
208 int64 feature_index = batch_norm->feature_index(); local
226 if (i != feature_index) {
232 add(DynamicElementCountPerFeature(operand, feature_index, add));
235 HloInstruction::CreateBroadcast(operand_shape, scale, {feature_index}));
238 HloInstruction::CreateBroadcast(operand_shape, offset, {feature_index}));
260 HloInstruction::CreateBroadcast(operand_shape, mean, {feature_index}));
274 add(HloInstruction::CreateBroadcast(operand_shape, var, {feature_index}));
334 int64 feature_index = batch_norm->feature_index(); local
470 int64 feature_index = batch_norm->feature_index(); local
    [all...]
shape_inference.h 91 int64 feature_index);
98 const Shape& variance_shape, int64 feature_index);
106 int64 feature_index);
hlo.proto 121 int64 feature_index = 25;
shape_inference.cc     [all...]
hlo_instructions.cc 75 HloInstruction* scale, float epsilon, int64 feature_index)
78 feature_index_(feature_index) {
88 return feature_index() == casted_other.feature_index() &&
102 StrCat("feature_index=", feature_index())};
107 HloInstruction* offset, float epsilon, int64 feature_index)
109 scale, epsilon, feature_index) {
120 feature_index());
126 float epsilon, int64 feature_index)
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
batch_norm_op.cc 53 int feature_index = variable
63 input, ctx->Input(1), ctx->Input(2), epsilon_, feature_index);
92 epsilon_, feature_index);
142 const int feature_index = variable
167 epsilon_, feature_index);
175 std::iota(reduction_dims.begin(), reduction_dims.begin() + feature_index,
177 std::iota(reduction_dims.begin() + feature_index, reduction_dims.end(),
178 feature_index + 1);
198 xla::Mul(grad_backprop, xla::Sub(activations, mean, {feature_index}));
206 xla::Mul(grad_backprop, xla::Mul(scratch1, scale), {feature_index});
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_rewriter.cc 73 HloInstruction* feature_index = local
75 LiteralUtil::CreateR0(batch_norm->feature_index())));
80 operands.push_back(feature_index);
109 HloInstruction* feature_index = local
111 LiteralUtil::CreateR0(batch_norm->feature_index())));
116 operands.push_back(feature_index);
178 HloInstruction* feature_index = local
180 LiteralUtil::CreateR0(batch_norm->feature_index())));
198 operands.push_back(feature_index);
cudnn_batchnorm_thunk.cc 35 MakeDescriptors(const Shape& shape, int64 feature_index) {
51 for (physical_dim = 0; physical_dim != logical_to_physical[feature_index];
64 .set_feature_map_count(shape.dimensions(feature_index))
82 const BufferAllocation::Slice& variance, float epsilon, int64 feature_index,
91 feature_index_(feature_index),
138 float epsilon, int64 feature_index,
148 feature_index_(feature_index),
219 int64 feature_index, const BufferAllocation::Slice& output_grad_data,
230 feature_index_(feature_index),
cudnn_batchnorm_thunk.h 54 float epsilon, int64 feature_index,
83 const BufferAllocation::Slice& offset, float epsilon, int64 feature_index,
117 float epsilon, int64 feature_index,
gpu_layout_assignment_test.cc 142 auto* feature_index = local
148 {operand, scale, offset, mean, variance, epsilon, feature_index},
212 auto* feature_index = local
217 batchnorm_shape, {operand, scale, offset, epsilon, feature_index},
290 auto* feature_index = local
298 feature_index},
  /external/tensorflow/tensorflow/compiler/xla/tests/
batch_normalization_test.cc 373 int64 feature_index; member in struct:xla::__anon44583::BatchNormTestParam
381 os << "feature_index=" << p.feature_index << ", ";
408 auto add_testcase = [&](std::vector<int64> bounds, int64 feature_index,
410 BatchNormTestParam p{bounds, feature_index, random_value_mean,
457 const int64 feature_index = GetParam().feature_index; local
459 Product(bounds) / bounds[feature_index];
460 const int64 feature_bound = bounds[feature_index];
468 if (i != feature_index) {
558 const int64 feature_index = GetParam().feature_index; local
670 const int64 feature_index = GetParam().feature_index; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.h 191 unsigned int *feature_index);
198 unsigned int *feature_index,
225 unsigned int *feature_index);
230 unsigned int feature_index,
302 unsigned int feature_index,
378 unsigned int feature_index,
389 unsigned int feature_index,
hb-ot-layout.cc 461 unsigned int *feature_index)
470 if (feature_index) *feature_index = i;
475 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX;
544 unsigned int *feature_index)
550 feature_index,
564 unsigned int *feature_index,
571 if (feature_index) *feature_index = index
761 unsigned int feature_index = l.get_feature_index (i); local
    [all...]
hb-ot-map.cc 96 unsigned int feature_index,
114 feature_index,
223 unsigned int feature_index[2]; local
234 &feature_index[table_index]);
243 &feature_index[table_index]);
253 map->index[0] = feature_index[0];
254 map->index[1] = feature_index[1];
hb-ot-shape-complex-arabic-fallback.hh 50 unsigned int feature_index)
59 hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][feature_index];
176 unsigned int feature_index)
178 if (feature_index < 4)
179 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
hb-ot-map.hh 235 unsigned int feature_index,
  /external/tensorflow/tensorflow/contrib/libsvm/kernels/
decode_libsvm_op.cc 70 int64 feature_index; variable
72 ctx, strings::safe_strto64(piece.substr(0, p), &feature_index),
74 OP_REQUIRES(ctx, (feature_index >= 0),
76 "Feature index should be >= 0, got ", feature_index));
87 out_indices.emplace_back(std::pair<int64, int64>(i, feature_index));
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils.h 41 const int32 FEATURE_INDEX = 1;
229 const int64 feature_index = indices(index, 0); local
230 if (feature_index == input_index) {
233 } else if (feature_index < input_index) {
  /external/tensorflow/tensorflow/core/kernels/
sdca_internal.cc 170 const int64 feature_index = (*sparse_features.indices)(k); local
175 const float sparse_weight = sparse_weights.nominals(l, feature_index);
178 sparse_weights.deltas(l, feature_index) * num_loss_partitions;
431 const int64 feature_index = (*sparse_features->indices)(k);
432 if (!weights.SparseIndexValid(i, feature_index)) {
518 const int64 feature_index = (*sparse_features.indices)(k);
519 if (previous_indices.insert(feature_index).second == false) {
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
quantile_ops.cc 87 int32 GetFeatureDimension(const int32 feature_index, const int64 instance,
91 return (*indices_list)[feature_index].matrix<int64>()(instance, 1);
110 for (int32 feature_index = 0; feature_index < values_list.size();
111 ++feature_index) {
112 const Tensor& values_tensor = values_list[feature_index];
118 context, output_list.allocate(feature_index,
124 GetBuckets(feature_index, buckets_list);
129 << "Got empty buckets for feature " << feature_index;
141 GetFeatureDimension(feature_index, instance, indices_list)
    [all...]
  /external/tensorflow/tensorflow/core/util/
tensor_format.h 527 int feature_index = GetTensorFeatureDimIndex(dims, format); local
534 dim_sizes[feature_index] = C;
  /external/libaom/libaom/av1/encoder/
encodeframe.c 2643 int feature_index = 0; local
2795 int feature_index = 0; local
2882 int feature_index = 0; local
3058 int feature_index = 0; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
xla_builder.h 571 int64 feature_index);
576 int64 feature_index);
581 int64 feature_index);
    [all...]

Completed in 3914 milliseconds

1 2