/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_batchnorm_rewriter.cc | 73 HloInstruction* feature_index = in HandleBatchNormInference() local 109 HloInstruction* feature_index = in HandleBatchNormTraining() local 178 HloInstruction* feature_index = in HandleBatchNormGrad() local
|
D | cudnn_batchnorm_thunk.cc | 35 MakeDescriptors(const Shape& shape, int64 feature_index) { in MakeDescriptors() 82 const BufferAllocation::Slice& variance, float epsilon, int64 feature_index, in CudnnBatchNormForwardInferenceThunk() 138 float epsilon, int64 feature_index, in CudnnBatchNormForwardTrainingThunk() 219 int64 feature_index, const BufferAllocation::Slice& output_grad_data, in CudnnBatchNormBackwardThunk()
|
D | gpu_layout_assignment_test.cc | 142 auto* feature_index = in TEST_F() local 212 auto* feature_index = in TEST_F() local 290 auto* feature_index = in TEST_F() local
|
D | ir_emitter_unnested.cc | 386 const HloInstruction* feature_index = custom_call->operand(6); in HandleCustomCall() local 410 const HloInstruction* feature_index = custom_call->operand(4); in HandleCustomCall() local 440 const HloInstruction* feature_index = custom_call->operand(6); in HandleCustomCall() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | batch_norm_op.cc | 53 int feature_index = in Compile() local 142 const int feature_index = in Compile() local
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 461 unsigned int *feature_index) in hb_ot_layout_table_find_feature() 544 unsigned int *feature_index) in hb_ot_layout_language_get_required_feature_index() 564 unsigned int *feature_index, in hb_ot_layout_language_get_required_feature() 623 unsigned int *feature_index) in hb_ot_layout_language_find_feature() 651 unsigned int feature_index, in hb_ot_layout_feature_get_lookups() 761 unsigned int feature_index = l.get_feature_index (i); in langsys_collect_features() local 864 for (hb_codepoint_t feature_index = HB_SET_VALUE_INVALID; in hb_ot_layout_collect_lookups() local 924 unsigned int feature_index, in hb_ot_layout_feature_with_variations_get_lookups() 1194 unsigned int feature_index, in hb_ot_layout_feature_get_name_ids() 1267 unsigned int feature_index, in hb_ot_layout_feature_get_characters()
|
D | hb-ot-map.cc | 96 unsigned int feature_index, in add_lookups() 223 unsigned int feature_index[2]; in compile() local
|
D | hb-ot-shape-complex-arabic-fallback.hh | 50 unsigned int feature_index) in arabic_fallback_synthesize_lookup_single() 176 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 | 113 HloInstruction* operand, int64 feature_index, in DynamicElementCountPerFeature() 208 int64 feature_index = batch_norm->feature_index(); in HandleBatchNormTraining() local 334 int64 feature_index = batch_norm->feature_index(); in HandleBatchNormInference() local 470 int64 feature_index = batch_norm->feature_index(); in HandleBatchNormGrad() local
|
D | shape_inference.cc | 1168 const Shape& offset_shape, int64 feature_index) { in InferBatchNormTrainingShape() 1274 const Shape& variance_shape, int64 feature_index) { in InferBatchNormInferenceShape() 1418 const Shape& output_grad_shape, int64 feature_index) { in InferBatchNormGradShape()
|
D | hlo.proto | 121 int64 feature_index = 25; field
|
D | hlo_instruction.cc | 1066 int64 feature_index) { in CreateBatchNormTraining() 1075 float epsilon, int64 feature_index) { in CreateBatchNormInference() 1085 int64 feature_index) { in CreateBatchNormGrad() 3214 int64 HloInstruction::feature_index() const { in feature_index() function in xla::HloInstruction
|
D | hlo_instructions.h | 30 int64 feature_index() const { return feature_index_; } in feature_index() function
|
D | hlo_parser.cc | 1317 optional<int64> feature_index; in ParseInstructionRhs() local 1333 optional<int64> feature_index; in ParseInstructionRhs() local 1350 optional<int64> feature_index; in ParseInstructionRhs() local
|
D | hlo_instructions.cc | 75 HloInstruction* scale, float epsilon, int64 feature_index) in HloBatchNormInstruction() 107 HloInstruction* offset, float epsilon, int64 feature_index) in HloBatchNormTrainingInstruction() 126 float epsilon, int64 feature_index) in HloBatchNormInferenceInstruction() 147 float epsilon, int64 feature_index) in HloBatchNormGradInstruction()
|
/external/tensorflow/tensorflow/contrib/libsvm/kernels/ |
D | decode_libsvm_op.cc | 70 int64 feature_index; in Compute() 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 | 373 int64 feature_index; member 409 float random_value_mean, float random_value_var) { in BuildBatchNormTestParams() 457 const int64 feature_index = GetParam().feature_index; in XLA_TEST_P() local 558 const int64 feature_index = GetParam().feature_index; in XLA_TEST_P() local 670 const int64 feature_index = GetParam().feature_index; in XLA_TEST_P() local
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | tree_utils.h | 229 const int64 feature_index = indices(index, 0); in GetNumSparseFeatures() local
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | quantile_ops.cc | 87 int32 GetFeatureDimension(const int32 feature_index, const int64 instance, in GetFeatureDimension() 110 for (int32 feature_index = 0; feature_index < values_list.size(); in QuantizeFeatures() local
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_format.h | 527 int feature_index = GetTensorFeatureDimIndex(dims, format); in ShapeFromFormat() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 2047 int64 feature_index) { in BatchNormTraining() 2071 int64 feature_index) { in BatchNormInference() 2097 int64 feature_index) { in BatchNormGrad() 3488 int64 feature_index) { in BatchNormTraining() 3496 int64 feature_index) { in BatchNormInference() 3504 int64 feature_index) { in BatchNormGrad()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 2643 int feature_index = 0; in ml_prune_2pass_split_partition() local 2795 int feature_index = 0; in ml_prune_ab_partition() local 2882 int feature_index = 0; in ml_prune_4_partition() local 3058 int feature_index = 0; in ml_predict_breakout() local
|