Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc116 Type InferExpandDimsType(Type ty, int64_t axis, Builder *builder) { in InferExpandDimsType() function
762 inferred_ty = InferExpandDimsType(input_ty, axis, &rewriter); in matchAndRewrite()