| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | cudnn_batchnorm_rewriter.cc | 88 HloInstruction* feature_index = in HandleBatchNormInference() local 140 HloInstruction* feature_index = in HandleBatchNormTraining() local 229 HloInstruction* feature_index = in HandleBatchNormGrad() local
|
| D | cudnn_batchnorm_runner.cc | 70 int64 feature_index) { in MakeBatchNormDescriptors() 116 int64 feature_index) { in AssignCommonParams() 222 se::DeviceMemory<float> variance, float epsilon, int64 feature_index, in RunCudnnBatchNormForwardInference() 252 se::DeviceMemory<float> offset, float epsilon, int64 feature_index, in RunCudnnBatchNormForwardTraining() 285 float epsilon, int64 feature_index, se::Stream* stream) { in RunCudnnBatchNormBackward()
|
| D | cudnn_batchnorm_thunk.cc | 98 const BufferAllocation::Slice& variance, float epsilon, int64 feature_index, in CudnnBatchNormForwardInferenceThunk() 144 float epsilon, int64 feature_index, in CudnnBatchNormForwardTrainingThunk() 209 int64 feature_index, const BufferAllocation::Slice& output_grad_data, in CudnnBatchNormBackwardThunk()
|
| D | gpu_layout_assignment_test.cc | 144 auto* feature_index = in TEST_F() local 214 auto* feature_index = in TEST_F() local 292 auto* feature_index = in TEST_F() local
|
| D | thunk_emitter.cc | 146 const HloInstruction* feature_index = custom_call->operand(6); in HandleCustomCall() local 170 const HloInstruction* feature_index = custom_call->operand(4); in HandleCustomCall() local 199 const HloInstruction* feature_index = custom_call->operand(6); in HandleCustomCall() local
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-map.cc | 100 unsigned int feature_index, in add_lookups() 228 unsigned int feature_index[2]; in compile() local
|
| D | hb-ot-layout.cc | 645 unsigned int *feature_index /* OUT */) in hb_ot_layout_table_find_feature() 788 unsigned int *feature_index) in hb_ot_layout_language_get_required_feature_index() 820 unsigned int *feature_index, in hb_ot_layout_language_get_required_feature() 927 unsigned int *feature_index /* OUT */) in hb_ot_layout_language_find_feature() 967 unsigned int feature_index, in hb_ot_layout_feature_get_lookups() 1083 unsigned int feature_index = l.get_feature_index (i); in langsys_collect_features() local 1212 for (hb_codepoint_t feature_index = HB_SET_VALUE_INVALID; in hb_ot_layout_collect_lookups() local 1315 unsigned int feature_index, in hb_ot_layout_feature_with_variations_get_lookups() 1664 unsigned int feature_index, in hb_ot_layout_feature_get_name_ids() 1739 unsigned int feature_index, in hb_ot_layout_feature_get_characters()
|
| D | hb-ot-shape-complex-arabic-fallback.hh | 50 unsigned int feature_index) in arabic_fallback_synthesize_lookup_single() 179 unsigned int feature_index) in arabic_fallback_synthesize_lookup()
|
| /external/tensorflow/tensorflow/core/tpu/ |
| D | tpu_embedding_output_layout_utils.cc | 46 for (int feature_index = 0; feature_index < table.num_features(); in AddDefaultEmbeddingOutputLayoutIfNeeded() local
|
| /external/harfbuzz_ng/test/api/ |
| D | test-ot-name.c | 36 unsigned int feature_index; in test_ot_layout_feature_get_name_ids_and_characters() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | batchnorm_expander.cc | 105 HloInstruction* operand, int64 feature_index, in DynamicElementCountPerFeature() 175 int64 feature_index = batch_norm->feature_index(); in HandleBatchNormTraining() local 301 int64 feature_index = batch_norm->feature_index(); in HandleBatchNormInference() local 419 int64 feature_index = batch_norm->feature_index(); in HandleBatchNormGrad() local
|
| D | shape_inference.cc | 1192 const Shape& offset_shape, int64 feature_index) { in InferBatchNormTrainingShape() 1298 const Shape& variance_shape, int64 feature_index) { in InferBatchNormInferenceShape() 1442 const Shape& output_grad_shape, int64 feature_index) { in InferBatchNormGradShape()
|
| D | hlo.proto | 127 int64 feature_index = 25; field
|
| D | hlo_instruction.cc | 1161 int64 feature_index) { in CreateBatchNormTraining() 1170 float epsilon, int64 feature_index) { in CreateBatchNormInference() 1180 int64 feature_index) { in CreateBatchNormGrad() 3544 int64 HloInstruction::feature_index() const { in feature_index() function in xla::HloInstruction
|
| D | hlo_parser.cc | 1379 optional<int64> feature_index; in ParseInstructionRhs() local 1395 optional<int64> feature_index; in ParseInstructionRhs() local 1412 optional<int64> feature_index; in ParseInstructionRhs() local
|
| D | hlo_instructions.h | 30 int64 feature_index() const { return feature_index_; } in feature_index() function
|
| D | hlo_instructions.cc | 76 HloInstruction* scale, float epsilon, int64 feature_index) in HloBatchNormInstruction() 108 HloInstruction* offset, float epsilon, int64 feature_index) in HloBatchNormTrainingInstruction() 127 float epsilon, int64 feature_index) in HloBatchNormInferenceInstruction() 148 float epsilon, int64 feature_index) in HloBatchNormGradInstruction()
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | batch_norm_op.cc | 83 int feature_index = in CompileImpl() local 246 const int feature_index = in Compile() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sdca_internal.cc | 170 const int64 feature_index = (*sparse_features.indices)(k); in ComputeWxAndWeightedExampleNorm() local 431 const int64 feature_index = (*sparse_features->indices)(k); in CreateSparseFeatureRepresentation() local 518 const int64 feature_index = (*sparse_features.indices)(k); in ComputeSquaredNormPerExample() local
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | batch_normalization_test.cc | 471 int64 feature_index; member 507 float random_value_mean, float random_value_var) { in BuildBatchNormTestParams() 555 const int64 feature_index = GetParam().feature_index; in XLA_TEST_P() local 656 const int64 feature_index = GetParam().feature_index; in XLA_TEST_P() local 768 const int64 feature_index = GetParam().feature_index; in XLA_TEST_P() local
|
| /external/libaom/libaom/av1/encoder/ |
| D | partition_strategy.c | 1025 int feature_index = 0; in av1_ml_prune_ab_partition() local 1112 int feature_index = 0; in av1_ml_prune_4_partition() local 1260 int feature_index = 0; in av1_ml_predict_breakout() local
|
| /external/tensorflow/tensorflow/core/util/ |
| D | tensor_format.h | 539 int feature_index = GetTensorFeatureDimIndex(dims, format); in ShapeFromFormat() local
|
| D | example_proto_fast_parsing.cc | 1264 size_t feature_index = 0; in FastParseExample() local
|
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| D | xla_builder.cc | 2011 float epsilon, int64 feature_index) { in BatchNormTraining() 2034 int64 feature_index) { in BatchNormInference() 2059 float epsilon, int64 feature_index) { in BatchNormGrad() 3556 int64 feature_index) { in BatchNormTraining() 3564 int64 feature_index) { in BatchNormInference() 3572 int64 feature_index) { in BatchNormGrad()
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_encodeframe.c | 3339 int feature_index = 0; in ml_predict_breakout() local 3428 int feature_index = 0; in ml_prune_rect_partition() local
|