Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc195 auto second_shape = inputs[1]->tensor.shape; in GPUOperationFromNode() local
201 BHWC weights_shape(second_shape.c, 1, 1, second_shape.w); in GPUOperationFromNode()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h744 TensorShape second_shape; in AllocateOutputSetMklShape() local
745 second_shape.AddDim(mkl_shape.GetSerializeBufferSize()); in AllocateOutputSetMklShape()
748 second_shape, &second_tensor)); in AllocateOutputSetMklShape()
766 TensorShape second_shape; variable
767 second_shape.AddDim(mkl_shape.GetSerializeBufferSize());
770 second_shape, &second_tensor));
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1275 auto second_shape = second_type.getShape(); in Verify() local
1277 if (first_shape[d] != second_shape[d] && d != op.dimension()) { in Verify()
1282 llvm::make_range(second_shape.begin(), second_shape.end()))); in Verify()