Home
last modified time | relevance | path

Searched refs:index_vector (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc111 HloInstruction* index_vector, const GatherDimensionNumbers& dim_numbers, in ExpandIndexVectorIntoOperandSpace() argument
113 HloComputation* computation = index_vector->parent(); in ExpandIndexVectorIntoOperandSpace()
114 const Shape& index_shape = index_vector->shape(); in ExpandIndexVectorIntoOperandSpace()
136 MakeSliceHlo(index_vector, /*start_indices=*/{index_vector_dim_index}, in ExpandIndexVectorIntoOperandSpace()
168 HloInstruction* index_vector; in GatherLoopBody() local
174 index_vector, in GatherLoopBody()
191 TF_ASSIGN_OR_RETURN(index_vector, in GatherLoopBody()
197 ExpandIndexVectorIntoOperandSpace(index_vector, dim_numbers, in GatherLoopBody()
Dscatter_expander.cc133 HloInstruction* index_vector, const ScatterDimensionNumbers& dim_numbers, in ExpandIndexVectorIntoOperandSpace() argument
135 HloComputation* computation = index_vector->parent(); in ExpandIndexVectorIntoOperandSpace()
136 const Shape& index_shape = index_vector->shape(); in ExpandIndexVectorIntoOperandSpace()
159 MakeSliceHlo(index_vector, /*start_indices=*/{index_vector_dim_index}, in ExpandIndexVectorIntoOperandSpace()
238 HloInstruction* index_vector; in ScatterLoopBody() local
241 index_vector, in ScatterLoopBody()
253 TF_ASSIGN_OR_RETURN(index_vector, in ScatterLoopBody()
258 ExpandIndexVectorIntoOperandSpace(index_vector, dim_numbers, in ScatterLoopBody()
/external/webrtc/webrtc/common_audio/vad/
Dvad_core.h42 int16_t index_vector[16 * kNumChannels]; member
Dvad_sp.c72 int16_t* age = &self->index_vector[offset]; in WebRtcVad_FindMinimum()
Dvad_core.c513 self->index_vector[i] = 0; in WebRtcVad_InitCore()