Searched defs:index_shape (Results 1 – 8 of 8) sorted by relevance
37 BaseEmbeddingLookupOpModel(std::initializer_list<int> index_shape, in BaseEmbeddingLookupOpModel()80 HybridEmbeddingLookupOpModel(std::initializer_list<int> index_shape, in HybridEmbeddingLookupOpModel()
42 const TensorShape index_shape = ctx->InputShape("indices"); in Compile() local
106 const TensorShape index_shape = ctx->InputShape(2); in Compile() local
136 const Shape& index_shape = index_vector->shape(); in ExpandIndexVectorIntoOperandSpace() local
114 const Shape& index_shape = index_vector->shape(); in ExpandIndexVectorIntoOperandSpace() local
2331 for (const Shape& index_shape : start_index_shapes) { in InferDynamicSliceShape() local2438 for (const Shape& index_shape : start_index_shapes) { in InferDynamicUpdateSliceShape() local
595 TensorShape index_shape({0, 3}); in ProcessBatch() local633 const TensorShape index_shape({batch.num_tasks(), 3}); in EmitIndexTensor() local
3461 BaseEmbeddingLookupOpModel(std::initializer_list<int> index_shape, in BaseEmbeddingLookupOpModel()